Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 19, 2022
1 parent 4745974 commit 2e59c38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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.4.2] - 2022-04-20

- add README do project metadata

## [v0.4.1] - 2022-04-20
Expand All @@ -30,7 +32,8 @@ 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.1...main
[Unreleased]: https://github.com/nim65s/cmeel/compare/v0.4.2...main
[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
[v0.3.0]: https://github.com/nim65s/cmeel/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion cmeel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from packaging.tags import sys_tags
import tomli

__version__ = "0.4.1"
__version__ = "0.4.2"

TEMP = Path(TemporaryDirectory(prefix="cmeel-").name)
BUILD = TEMP / "bld"
Expand Down
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.1"
version = "0.4.2"
description = "Create Wheel from CMake projects"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 2e59c38

Please sign in to comment.