Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 80 additions & 61 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,218 +2,237 @@

<!-- towncrier release notes start -->

## [1.0.1](https://github.com/Nagidal/hatch-semver/tree/1.0.1) - 2022-11-17
## [2.0.0](https://github.com/fleetingbytes/hatch-semver/tree/2.0.0) - 2024-02-03


### Documentation

- Fixed typos and errors in the documentation [#59](https://github.com/Nagidal/hatch-semver/issues/59)
- Set correct project homepage in `pyproject.toml`. It should be now linked from [PyPI](https://pypi.org/project/hatch-semver/). [#64](https://github.com/Nagidal/hatch-semver/issues/64)
- fix links in the changelog [#76](https://github.com/fleetingbytes/hatch-semver/issues/76)
- fix links in readme [#77](https://github.com/fleetingbytes/hatch-semver/issues/77)
- doc: link to a python-semver bug [#78](https://github.com/fleetingbytes/hatch-semver/issues/78)


### New Features

- use python-semver 3 [#75](https://github.com/fleetingbytes/hatch-semver/issues/75)


### Development Details

- use normal hatchling in `pyproject.toml` [#79](https://github.com/fleetingbytes/hatch-semver/issues/79)

## [1.0.1](https://github.com/fleetingbytes/hatch-semver/tree/1.0.1) - 2022-11-17


### Documentation

- Fixed typos and errors in the documentation [#59](https://github.com/fleetingbytes/hatch-semver/issues/59)
- Set correct project homepage in `pyproject.toml`. It should be now linked from [PyPI](https://pypi.org/project/hatch-semver/). [#64](https://github.com/fleetingbytes/hatch-semver/issues/64)


### Development Details

- Set current date in `__about__.py` [#61](https://github.com/Nagidal/hatch-semver/issues/61)
- Wrote a test for current date in `__about__.py` [#62](https://github.com/Nagidal/hatch-semver/issues/62)
- Wrote a test for current version in the changelog [#63](https://github.com/Nagidal/hatch-semver/issues/63)
- Set current date in `__about__.py` [#61](https://github.com/fleetingbytes/hatch-semver/issues/61)
- Wrote a test for current date in `__about__.py` [#62](https://github.com/fleetingbytes/hatch-semver/issues/62)
- Wrote a test for current version in the changelog [#63](https://github.com/fleetingbytes/hatch-semver/issues/63)


## [1.0.0](https://github.com/Nagidal/hatch-semver/tree/1.0.0) - 2022-11-17
## [1.0.0](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0) - 2022-11-17


### New Features

- Released v1.0.0 [#57](https://github.com/Nagidal/hatch-semver/issues/57)
- Released v1.0.0 [#57](https://github.com/fleetingbytes/hatch-semver/issues/57)


## [1.0.0-rc.4](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.4) - 2022-11-16
## [1.0.0-rc.4](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.4) - 2022-11-16


### Documentation

- Renamed User Documentation Workflow to Master PR Closed [#53](https://github.com/Nagidal/hatch-semver/issues/53)
- Renamed User Documentation Workflow to Master PR Closed [#53](https://github.com/fleetingbytes/hatch-semver/issues/53)


### Development Details

- Test stage is set up [#51](https://github.com/Nagidal/hatch-semver/issues/51)
- Test stage is set up [#51](https://github.com/fleetingbytes/hatch-semver/issues/51)


## [1.0.0-rc.3](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.3) - 2022-11-16
## [1.0.0-rc.3](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.3) - 2022-11-16


### Documentation

- Using admonitions [#44](https://github.com/Nagidal/hatch-semver/issues/44)
- Using a note admonition in `index.md` [#49](https://github.com/Nagidal/hatch-semver/issues/49)
- Using admonitions [#44](https://github.com/fleetingbytes/hatch-semver/issues/44)
- Using a note admonition in `index.md` [#49](https://github.com/fleetingbytes/hatch-semver/issues/49)


### Development Details

- Using actions/checkout@v3 in the CI [#46](https://github.com/Nagidal/hatch-semver/issues/46)
- Using setup-python@v4 in the CI [#47](https://github.com/Nagidal/hatch-semver/issues/47)
- Using actions/checkout@v3 in the CI [#46](https://github.com/fleetingbytes/hatch-semver/issues/46)
- Using setup-python@v4 in the CI [#47](https://github.com/fleetingbytes/hatch-semver/issues/47)


## [1.0.0-rc.2](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.2) - 2022-11-16
## [1.0.0-rc.2](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.2) - 2022-11-16


### Documentation

- Using admonitions [#44](https://github.com/Nagidal/hatch-semver/issues/44)
- Using admonitions [#44](https://github.com/fleetingbytes/hatch-semver/issues/44)


### Development Details

- Using actions/checkout@v3 in the CI [#46](https://github.com/Nagidal/hatch-semver/issues/46)
- Using setup-python@v4 in the CI [#47](https://github.com/Nagidal/hatch-semver/issues/47)
- Using actions/checkout@v3 in the CI [#46](https://github.com/fleetingbytes/hatch-semver/issues/46)
- Using setup-python@v4 in the CI [#47](https://github.com/fleetingbytes/hatch-semver/issues/47)


## [1.0.0-rc.1](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16
## [1.0.0-rc.1](https://github.com/fleetingbytes/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16


### Documentation

- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35)
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36)
- Updated links to published documentation in `README.md` [#43](https://github.com/Nagidal/hatch-semver/issues/43)
- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/fleetingbytes/hatch-semver/issues/35)
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/fleetingbytes/hatch-semver/issues/36)
- Updated links to published documentation in `README.md` [#43](https://github.com/fleetingbytes/hatch-semver/issues/43)


### Development Details

- Deleted unnecessary copy of the documentation [#41](https://github.com/Nagidal/hatch-semver/issues/41)
- Better documentation pipeline [#42](https://github.com/Nagidal/hatch-semver/issues/42)
- Deleted unnecessary copy of the documentation [#41](https://github.com/fleetingbytes/hatch-semver/issues/41)
- Better documentation pipeline [#42](https://github.com/fleetingbytes/hatch-semver/issues/42)


## [0.2.4](https://github.com/Nagidal/hatch-semver/tree/0.2.4) - 2022-11-15
## [0.2.4](https://github.com/fleetingbytes/hatch-semver/tree/0.2.4) - 2022-11-15


### Development Details

- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35)
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36)
- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/fleetingbytes/hatch-semver/issues/35)
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/fleetingbytes/hatch-semver/issues/36)


## [0.2.4-rc.1](https://github.com/Nagidal/hatch-semver/tree/0.2.4-rc.1) - 2022-11-15
## [0.2.4-rc.1](https://github.com/fleetingbytes/hatch-semver/tree/0.2.4-rc.1) - 2022-11-15


### Development Details

- Use hatch-semver for versioning [#33](https://github.com/Nagidal/hatch-semver/issues/33)
- Use hatch-semver for versioning [#33](https://github.com/fleetingbytes/hatch-semver/issues/33)


## [0.2.3](https://github.com/Nagidal/hatch-semver/tree/0.2.3) - 2022-11-15
## [0.2.3](https://github.com/fleetingbytes/hatch-semver/tree/0.2.3) - 2022-11-15


### Documentation

- Separated home.md from README.md [#31](https://github.com/Nagidal/hatch-semver/issues/31)
- Separated home.md from README.md [#31](https://github.com/fleetingbytes/hatch-semver/issues/31)


## [0.2.2](https://github.com/Nagidal/hatch-semver/tree/0.2.2) - 2022-11-15
## [0.2.2](https://github.com/fleetingbytes/hatch-semver/tree/0.2.2) - 2022-11-15


### Documentation

- Removed api-docs [#29](https://github.com/Nagidal/hatch-semver/issues/29)
- Removed api-docs [#29](https://github.com/fleetingbytes/hatch-semver/issues/29)


## [0.2.1](https://github.com/Nagidal/hatch-semver/tree/0.2.1) - 2022-11-15
## [0.2.1](https://github.com/fleetingbytes/hatch-semver/tree/0.2.1) - 2022-11-15


### Documentation

- Moved user-docs to docs [#27](https://github.com/Nagidal/hatch-semver/issues/27)
- Moved user-docs to docs [#27](https://github.com/fleetingbytes/hatch-semver/issues/27)


## [0.2.0](https://github.com/Nagidal/hatch-semver/tree/0.2.0) - 2022-11-15
## [0.2.0](https://github.com/fleetingbytes/hatch-semver/tree/0.2.0) - 2022-11-15


### Documentation

- Wrote user and api documentation [#25](https://github.com/Nagidal/hatch-semver/issues/25)
- Wrote user and api documentation [#25](https://github.com/fleetingbytes/hatch-semver/issues/25)


## [0.1.0](https://github.com/Nagidal/hatch-semver/tree/0.1.0) - 2022-11-13
## [0.1.0](https://github.com/fleetingbytes/hatch-semver/tree/0.1.0) - 2022-11-13


### New Features

- Added inline options for prerelease and build tokens [#23](https://github.com/Nagidal/hatch-semver/issues/23)
- Added inline options for prerelease and build tokens [#23](https://github.com/fleetingbytes/hatch-semver/issues/23)


### Bugfixes

- Fixed undefined ValeError [#16](https://github.com/Nagidal/hatch-semver/issues/16)
- Can bump prereleases now [#17](https://github.com/Nagidal/hatch-semver/issues/17)
- Can bump builds now [#18](https://github.com/Nagidal/hatch-semver/issues/18)
- Can update version to release [#22](https://github.com/Nagidal/hatch-semver/issues/22)
- Fixed undefined ValeError [#16](https://github.com/fleetingbytes/hatch-semver/issues/16)
- Can bump prereleases now [#17](https://github.com/fleetingbytes/hatch-semver/issues/17)
- Can bump builds now [#18](https://github.com/fleetingbytes/hatch-semver/issues/18)
- Can update version to release [#22](https://github.com/fleetingbytes/hatch-semver/issues/22)


### Development Details

- Created tests [#19](https://github.com/Nagidal/hatch-semver/issues/19)
- Created tests [#19](https://github.com/fleetingbytes/hatch-semver/issues/19)


## [0.0.8](https://github.com/Nagidal/hatch-semver/tree/0.0.8) - 2022-11-10
## [0.0.8](https://github.com/fleetingbytes/hatch-semver/tree/0.0.8) - 2022-11-10


### Bugfixes

- Fixed another ValueError when bumping major version [#14](https://github.com/Nagidal/hatch-semver/issues/14)
- Fixed another ValueError when bumping major version [#14](https://github.com/fleetingbytes/hatch-semver/issues/14)


## [0.0.7](https://github.com/Nagidal/hatch-semver/tree/0.0.7) - 2022-11-10
## [0.0.7](https://github.com/fleetingbytes/hatch-semver/tree/0.0.7) - 2022-11-10


### Bugfixes

- Fixed NameError when bumping version [#12](https://github.com/Nagidal/hatch-semver/issues/12)
- Fixed NameError when bumping version [#12](https://github.com/fleetingbytes/hatch-semver/issues/12)


## [0.0.6](https://github.com/Nagidal/hatch-semver/tree/0.0.6) - 2022-11-10
## [0.0.6](https://github.com/fleetingbytes/hatch-semver/tree/0.0.6) - 2022-11-10


### Bugfixes

- Major version should be bumpable now [#10](https://github.com/Nagidal/hatch-semver/issues/10)
- Major version should be bumpable now [#10](https://github.com/fleetingbytes/hatch-semver/issues/10)


## [0.0.5](https://github.com/Nagidal/hatch-semver/tree/0.0.5) - 2022-11-10
## [0.0.5](https://github.com/fleetingbytes/hatch-semver/tree/0.0.5) - 2022-11-10

No significant changes.


## [0.0.4](https://github.com/Nagidal/hatch-semver/tree/0.0.4) - 2022-11-10
## [0.0.4](https://github.com/fleetingbytes/hatch-semver/tree/0.0.4) - 2022-11-10


### Development Details

- Plugin structure is ready, should know how to bump major, minor, patch [#2](https://github.com/Nagidal/hatch-semver/issues/2)
- Plugin structure is ready, should know how to bump major, minor, patch [#2](https://github.com/fleetingbytes/hatch-semver/issues/2)


### Documentation

- Better readme, but not final [#8](https://github.com/Nagidal/hatch-semver/issues/8)
- Better readme, but not final [#8](https://github.com/fleetingbytes/hatch-semver/issues/8)


## [0.0.3](https://github.com/Nagidal/hatch-semver/tree/0.0.3) - 2022-11-10
## [0.0.3](https://github.com/fleetingbytes/hatch-semver/tree/0.0.3) - 2022-11-10


### Bugfixes

- Renamed module to hatch_semver [#6](https://github.com/Nagidal/hatch-semver/issues/6)
- Renamed module to hatch_semver [#6](https://github.com/fleetingbytes/hatch-semver/issues/6)


## [0.0.2](https://github.com/Nagidal/hatch-semver/tree/0.0.2) - 2022-11-10
## [0.0.2](https://github.com/fleetingbytes/hatch-semver/tree/0.0.2) - 2022-11-10


### Development Details

- Prepared project [#1](https://github.com/Nagidal/hatch-semver/issues/1)
- Prepared project [#1](https://github.com/fleetingbytes/hatch-semver/issues/1)


### Bugfixes

- Fixed plugin hook path [#4](https://github.com/Nagidal/hatch-semver/issues/4)
- Fixed plugin hook path [#4](https://github.com/fleetingbytes/hatch-semver/issues/4)


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ See the [command reference][commands] for all the commands in full detail. If yo
[python-semver]: https://github.com/python-semver/python-semver/tree/maint/v2
[semver-regex]: https://regex101.com/r/Ly7O1x/3/
[semver]: https://semver.org/
[commands]: https://nagidal.github.io/hatch-semver/user_guide/1-commands/
[comparison]: https://nagidal.github.io/hatch-semver/user_guide/2-migrating-to-semver/
[commands]: https://fleetingbytes.github.io/hatch-semver/user_guide/1-commands/
[comparison]: https://fleetingbytes.github.io/hatch-semver/user_guide/2-migrating-to-semver/
Loading