Skip to content

Commit f4e0334

Browse files
committed
Version updated from 0.5.1.dev69 to 0.6.0
1 parent 8e0af88 commit f4e0334

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# Changelog
22

3-
## Unreleased (2023-06-21)
4-
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.5.1...HEAD)
3+
## 0.6.0 (2023-06-23)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.5.1.dev69...0.6.0)
55

66
### Fixes
77

8+
- Fixed `--help` and `bump` invocations. [9d965e5](https://github.com/callowayproject/bump-my-version/commit/9d965e57f2c0a41476d75ec053653416eae966c9)
9+
10+
- `--help` works for individual sub-commands, but not for the command
11+
- `bump` now works and fixed tests
812
- Fixed issue regarding TOML types. [8960d24](https://github.com/callowayproject/bump-my-version/commit/8960d249183cf78d8b35967b86fef8701fc9c37e)
913

1014
- `tomlkit.parse()` returns a `TOMLDocument`.
1115
- `unwrap()` converts it into a `dict`
1216
### New
1317

18+
- Adds `branch_name` to SCM information. [173be1a](https://github.com/callowayproject/bump-my-version/commit/173be1a7a107639be912d0fb76149accb54b0332)
19+
1420
- Added documentation for the show command. [d537274](https://github.com/callowayproject/bump-my-version/commit/d5372742a8cf76777f1bf4450bf31e9310d04681)
1521

1622
- Adds `--increment` option to `show` subcommand. [b01fffc](https://github.com/callowayproject/bump-my-version/commit/b01fffcad8479db25375d53fdeebc879d7317b11)

bumpversion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for bump-my-version."""
22

3-
__version__: str = "0.5.1.dev6"
3+
__version__: str = "0.6.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ order-by-type = true
210210
convention = "google"
211211

212212
[tool.bumpversion]
213-
current_version = "0.5.1.dev6"
213+
current_version = "0.6.0"
214214
commit = true
215215
commit_args = "--no-verify"
216216
tag = true

0 commit comments

Comments
 (0)