Skip to content

Commit 46be61b

Browse files
author
Testing Git
committed
Version updated from 0.9.3 to 0.10.0
1 parent 629e24f commit 46be61b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.10.0 (2023-09-05)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.3...0.10.0)
5+
6+
### Updates
7+
8+
- Refactored file resolution, inclusion, and exclusion. [646af54](https://github.com/callowayproject/bump-my-version/commit/646af5438740e5dd17425144c6f2e4f305ffc30b)
9+
10+
- Fixes #61
11+
- Config now includes `resolved_filemap` property
12+
- resolved filemap exapands all globs
13+
- Config now includes `files_to_modify` property
14+
- files to modify resolves inclusions and exclutions
15+
- Improved Config.add_files property
16+
317
## 0.9.3 (2023-08-25)
418
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.9.2...0.9.3)
519

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.9.3"
3+
__version__: str = "0.10.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.9.3'
54+
'0.10.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.9.3"
210+
current_version = "0.10.0"
211211
commit = true
212212
commit_args = "--no-verify"
213213
tag = true

0 commit comments

Comments
 (0)