diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1480a..a9d8174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.2.0] - 2022-04-17 + - setup tooling - add changelog +- setup release process ## [v0.1.0] - 2022-04-16 - Initial minial working example -[Unreleased]: https://github.com/nim65s/cmw/compare/v0.1.0...main +[Unreleased]: https://github.com/nim65s/cmw/compare/v0.2.0...main +[v0.2.0]: https://github.com/nim65s/cmw/compare/v0.1.0...v0.2.0 [v2.0.0]: https://github.com/nim65s/cmw/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index c4a2ed7..67ebb32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmw" -version = "0.1.0" +version = "0.2.0" description = "cmake wheels" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"