diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ed1e8..b2d6ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v0.4.0 (2021-12-30) ### Feature * More semver joy ([#7](https://github.com/msalib/py-geo-rasterize/issues/7)) ([`5707289`](https://github.com/msalib/py-geo-rasterize/commit/57072894e4a74d91e9bb3e856bfafd42a17e3e29)) diff --git a/pyproject.toml b/pyproject.toml index 2a97199..2c7b2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "geo-rasterize" -version = "0.4.0" +version = "0.5.0" description = "a 2D rasterizer for geospatial applications, written in Rust" readme = "README.md" license = {file = "LICENSE-APACHE"}