From b43afa422b213552191c64058df2f5508096de4a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Dec 2021 23:37:50 +0000 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d6ee3..db1d407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.6.0 (2021-12-30) +### Feature +* Whatever again ([#12](https://github.com/msalib/py-geo-rasterize/issues/12)) ([`127c872`](https://github.com/msalib/py-geo-rasterize/commit/127c87266b21c2b5948d7b6f473f88c7828087b0)) +* Whatever ([#11](https://github.com/msalib/py-geo-rasterize/issues/11)) ([`65263f4`](https://github.com/msalib/py-geo-rasterize/commit/65263f4ab35d6feeae35e90b8bd164c6d97ac560)) +* You know, CI fun ([#10](https://github.com/msalib/py-geo-rasterize/issues/10)) ([`6508b0f`](https://github.com/msalib/py-geo-rasterize/commit/6508b0f0d381f0a7d2b982ebebe0739e39273c02)) +* Time to give up on not repeating myself ([#9](https://github.com/msalib/py-geo-rasterize/issues/9)) ([`a8d915f`](https://github.com/msalib/py-geo-rasterize/commit/a8d915f2b4cba81b9a1027843311f3250b072523)) + ## v0.5.0 (2021-12-30) ### Feature * We really are getting closer to better CI ([#8](https://github.com/msalib/py-geo-rasterize/issues/8)) ([`85a2a29`](https://github.com/msalib/py-geo-rasterize/commit/85a2a295091202e2049519f8931cc820b452f4b2)) diff --git a/pyproject.toml b/pyproject.toml index 2c7b2af..a6c9fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "geo-rasterize" -version = "0.5.0" +version = "0.6.0" description = "a 2D rasterizer for geospatial applications, written in Rust" readme = "README.md" license = {file = "LICENSE-APACHE"}