From 523f55a665369b613aee2bf9e64fa4a2fc45abc7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 17 Apr 2022 10:40:18 +0200 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"