From 53a7f7e06b989a243c316c7c996612cc569d3d2a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Dec 2021 04:19:14 +0000 Subject: [PATCH] 0.8.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c465f7b..62e5d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.8.0 (2021-12-31) +### Feature +* Ensure that LinuxCross release build follows semver ([#15](https://github.com/msalib/py-geo-rasterize/issues/15)) ([`c6a4f32`](https://github.com/msalib/py-geo-rasterize/commit/c6a4f32e8ecb84e51698044044ccf9c1eed72155)) +* Add cross compiling and switch to prod pypi ([#14](https://github.com/msalib/py-geo-rasterize/issues/14)) ([`42d46cd`](https://github.com/msalib/py-geo-rasterize/commit/42d46cdf28bef809561747611f9b9232c15dd221)) + ## v0.7.0 (2021-12-30) ### Feature * More CI fun ([#13](https://github.com/msalib/py-geo-rasterize/issues/13)) ([`a2c69ab`](https://github.com/msalib/py-geo-rasterize/commit/a2c69abd218f2a7e8b395f1873d237185cd18355)) diff --git a/pyproject.toml b/pyproject.toml index f5492f6..7fdcb67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "geo-rasterize" -version = "0.7.0" +version = "0.8.0" description = "a 2D rasterizer for geospatial applications, written in Rust" readme = "README.md" license = {file = "LICENSE-APACHE"}