From 9007d24fd8425e357a93d4f53c9285a38240ffc2 Mon Sep 17 00:00:00 2001 From: Lukas Berbuer Date: Mon, 8 Apr 2024 17:30:27 +0200 Subject: [PATCH] chore: bump version to 0.3.0 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a870a9e..8f6748a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index dd0a9c9..5736e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "lukas.berbuer@gmail.com" }] readme = "README.md"