Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Apr 8, 2024
1 parent f374f14 commit 9007d24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-04-08

### Added

- Check `requires` and `tool_requires` function calls in in `conanfile.py`
- Python 3.12 support

### Fixed

- Ignore line comments in conanfile.txt
Expand All @@ -28,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial public release

[Unreleased]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/lukasberbuer/conan-check-updates/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "conan-check-updates"
version = "0.2.0"
version = "0.3.0"
description = "Check for updates of your conanfile.txt/conanfile.py requirements."
authors = [{ name = "Lukas Berbuer", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 9007d24

Please sign in to comment.