|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Unreleased (2023-11-04) |
| 4 | +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.11.0...0.12.0) |
| 5 | + |
| 6 | +### Fixes |
| 7 | + |
| 8 | +- Fixed versioning. [8769671](https://github.com/callowayproject/bump-my-version/commit/87696710968d1c270c88b39738e2fac79720be51) |
| 9 | + |
| 10 | +- Fix dev versioning with PR number. [463082b](https://github.com/callowayproject/bump-my-version/commit/463082b1996d3bbd7cd4b6adfe732ede73f5cf54) |
| 11 | + |
| 12 | +- Fix dev versioning. [1eed99b](https://github.com/callowayproject/bump-my-version/commit/1eed99bb93b2144cd033f47c13e324a78e8beb0f) |
| 13 | + |
| 14 | + - added an echo of the PR_NUMBER |
| 15 | +- Fix versioning of development versions. [e89599f](https://github.com/callowayproject/bump-my-version/commit/e89599f19843537c2e10d4c97da367d377e95914) |
| 16 | + |
| 17 | +- Fixes workflows. [5ebb0d7](https://github.com/callowayproject/bump-my-version/commit/5ebb0d77f3302ed7ee5ce2398834573314908927) |
| 18 | + |
| 19 | +- Fixed bug #65 where glob'd files weren't used. [357b9dc](https://github.com/callowayproject/bump-my-version/commit/357b9dc85e248845a331ff9a42bc72de5583c8be) |
| 20 | + |
| 21 | +### New |
| 22 | + |
| 23 | +- Add -h for help option. [fda71b0](https://github.com/callowayproject/bump-my-version/commit/fda71b0fce4115514fa85cf1d627e5f3673dba66) |
| 24 | + |
| 25 | + Fixes #67 |
| 26 | +### Other |
| 27 | + |
| 28 | +- Drop Python3.7 as compatible version. [890edc8](https://github.com/callowayproject/bump-my-version/commit/890edc8a0c0911ad3696a9bc0ddca7a9a72c5afd) |
| 29 | + |
| 30 | + Since this is no longer tested, it's safer to start at 3.8. |
| 31 | +- [pre-commit.ci] auto fixes from pre-commit.com hooks. [fbcef03](https://github.com/callowayproject/bump-my-version/commit/fbcef038d3b94ca1aef7a6aab52b16fc614a6a9b) |
| 32 | + |
| 33 | + for more information, see https://pre-commit.ci |
| 34 | +- Recommend calling 'bump-my-version' instead of 'bumpversion'. [9fb1a1d](https://github.com/callowayproject/bump-my-version/commit/9fb1a1d2f940ec026358d36e6b3f1a81acd7c7d9) |
| 35 | + |
| 36 | +- [pre-commit.ci] pre-commit autoupdate. [e2579d6](https://github.com/callowayproject/bump-my-version/commit/e2579d6cd9b62a5f9b2df15ff0df0af4c4d1b2f2) |
| 37 | + |
| 38 | + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.0.292) |
| 39 | + |
| 40 | +- [pre-commit.ci] pre-commit autoupdate. [e21fdd9](https://github.com/callowayproject/bump-my-version/commit/e21fdd9b11071315a1500af0bfa0a5f29a5e6e0c) |
| 41 | + |
| 42 | + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.1.1) |
| 43 | + |
| 44 | +- [pre-commit.ci] pre-commit autoupdate. [7e5d1bc](https://github.com/callowayproject/bump-my-version/commit/7e5d1bc95b2fffa907e0a1321bb393aad6221208) |
| 45 | + |
| 46 | + **updates:** - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.1.3) |
| 47 | + |
| 48 | +### Updates |
| 49 | + |
| 50 | +- Changed the default regex search to non-regex. [0034716](https://github.com/callowayproject/bump-my-version/commit/0034716e4a8a4a45808a9c563a9957db5c63cac4) |
| 51 | + |
| 52 | + Fixes #59 |
| 53 | + |
| 54 | + - Changed the flags to --regex/--no-regex |
| 55 | + - updated tests and docs |
| 56 | + |
3 | 57 | ## 0.11.0 (2023-09-25)
|
4 | 58 | [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.10.0...0.11.0)
|
5 | 59 |
|
|
0 commit comments