Skip to content

Commit

Permalink
update changelog for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Jul 31, 2022
1 parent 27672c7 commit 8932079
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
-->

## Released
## [0.1.1] - 2022-07-31
### Fixed
- Update root [`README`](README.md) file with usage instructions
- Use `0.0.0` as default in the checked in
[package version file](src/changelog2version/version.py)

## [0.1.0] - 2022-07-31
### Added
- This changelog file
Expand All @@ -31,7 +37,6 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
- [`.gitignore`](.gitignore) file after fork to latest
[Python gitignore template][ref-python-gitignore-template]
- [`setup.py`](setup.py) file after fork
- [`README`](README.md) file with usage instructions
- [`tox.ini`](tox.ini) file after fork to use `nose2` and create coverage
report
- [GitHub CI release workflow](.github/workflows/release.yml) updated to run
Expand All @@ -46,8 +51,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
- Data folder after fork

<!-- Links -->
[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.1.0...develop
[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.1.1...develop

[0.1.1]: https://github.com/brainelectronics/changelog2version/tree/0.1.1
[0.1.0]: https://github.com/brainelectronics/changelog2version/tree/0.1.0

<!--
Expand Down

0 comments on commit 8932079

Please sign in to comment.