Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Feb 18, 2023
1 parent 1621141 commit d16da21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.2.0] - 2022-02-18

### Added

- Add --upgrade / -u option to update conanfile
- Conan v2 compatibility and tests
- Build wheel for PyPI
- Handle revisions

### Changed

- Get requirements directly from conanfile.py/conanfile.txt instead running conan info


## [0.1.0] - 2021-12-16

Initial public release

[Unreleased]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/lukasberbuer/conan-check-updates/compare/v0.2.0...HEAD
[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
5 changes: 2 additions & 3 deletions 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.1.0"
version = "0.2.0"
description = "Check for updates of your conanfile.txt/conanfile.py requirements."
authors = [{ name = "Lukas Berbuer", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -47,10 +47,9 @@ tests = [
tools = [
"black",
"cogapp>=3",
"isort",
"mypy>=0.9", # pyproject.toml support
"pre-commit",
"pylint>=2.5", # pyproject.toml support
"ruff",
"tox>=3.4", # pyproject.toml support
]
dev = [
Expand Down

0 comments on commit d16da21

Please sign in to comment.