Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 2, 2022
1 parent 068e882 commit 74fea2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.5.0] - 2022-05-02

- split cmeel.py into cmeel/ package
- add cmeel/pth.py & cmeel.pth
- add config through `${XDG_CONFIG_HOME:-~/.config}/cmeel/cmeel.toml`
Expand Down Expand Up @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial minial working example

[Unreleased]: https://github.com/nim65s/cmeel/compare/v0.4.2...main
[v0.5.0]: https://github.com/nim65s/cmeel/compare/v0.4.3...v0.5.0
[v0.4.2]: https://github.com/nim65s/cmeel/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/nim65s/cmeel/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/nim65s/cmeel/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion cmeel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmeel"
version = "0.4.3"
version = "0.5.0"
description = "Create Wheel from CMake projects"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 74fea2d

Please sign in to comment.