Skip to content

Commit 2bf48ff

Browse files
author
Testing Git
committed
Version updated from 0.10.0 to 0.11.0
1 parent 946e49c commit 2bf48ff

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.11.0 (2023-09-25)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.10.0...0.11.0)
5+
6+
### Other
7+
8+
- [pre-commit.ci] pre-commit autoupdate. [4a3d046](https://github.com/callowayproject/bump-my-version/commit/4a3d0460fa7d914cb9d5444660f2b09487ad33df)
9+
10+
**updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.285...v0.0.290)
11+
12+
### Updates
13+
14+
- Removed bumpversion as a duplicate of the bump-my-version script. [a59ced8](https://github.com/callowayproject/bump-my-version/commit/a59ced8e5ed126cf2c43070d26d5a001982de962)
15+
16+
- Updated dependency from Pydantic 1 to 2. [577aa4c](https://github.com/callowayproject/bump-my-version/commit/577aa4cd6408c7b6a46e8ba7cb5c54cd38cef769)
17+
18+
319
## 0.10.0 (2023-09-05)
420
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.3...0.10.0)
521

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.10.0"
3+
__version__: str = "0.11.0"

docsrc/reference/bumpversion/bumpversion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bumpversion.__main__
5151
:canonical: bumpversion.__version__
5252
:type: str
5353
:value: >
54-
'0.10.0'
54+
'0.11.0'
5555
5656
```{autodoc2-docstring} bumpversion.__version__
5757
```

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ order-by-type = true
207207
convention = "google"
208208

209209
[tool.bumpversion]
210-
current_version = "0.10.0"
210+
current_version = "0.11.0"
211211
commit = true
212212
commit_args = "--no-verify"
213213
tag = true

0 commit comments

Comments
 (0)