Skip to content

Commit 746dc01

Browse files
πŸ”– Bump version
1 parent c11ce31 commit 746dc01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
## [0.2.0] - 2025-10-21
6+
57
### Added
68

79
- Support for positionals with variable amount of values (#1).
@@ -38,6 +40,7 @@
3840

3941
Initial release.
4042

41-
[unreleased]: https://github.com/phoenixr-codes/powercli/compare/v0.1.1...HEAD
43+
[unreleased]: https://github.com/phoenixr-codes/powercli/compare/v0.2.0...HEAD
44+
[0.2.0]: https://github.com/phoenixr-codes/powercli/compare/v0.1.1...v0.2.0
4245
[0.1.1]: https://github.com/phoenixr-codes/powercli/compare/v0.1.0...v0.1.1
4346
[0.1.0]: https://github.com/phoenixr-codes/powercli/releases/tag/v0.1.0

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "powercli-python"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = [{ name = "Jonas da Silva" }]
55
description = "Build powerful command-line applications in Python"
66
license = { text = "GPLv3" }

0 commit comments

Comments
Β (0)