Skip to content

Commit

Permalink
v2023.9.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag authored Sep 15, 2023
1 parent ecf4be2 commit 50267a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2023.9.0]

### Fixed
- round position on write
- prevent case where busy would always be false
Expand Down Expand Up @@ -39,10 +41,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Added
- initial release

[Unreleased]: https://gitlab.com/yaq/yaqd-acton/-/compare/v2021.10.0...main
[2021.10.0]: https://gitlab.com/yaq/yaqd-acton/-/compare/v2021.3.0...v2021.10.0
[2021.3.0]: https://gitlab.com/yaq/yaqd-acton/-/compare/v2020.12.0...v2021.3.0
[2020.12.0]: https://gitlab.com/yaq/yaqd-acton/-/compare/v2020.07.0...v2020.12.0
[2020.07.0]: https://gitlab.com/yaq/yaqd-acton/-/compare/v2020.06.0...v2020.07.0
[2020.06.0]: https://gitlab.com/yaq/yaqd-acton/-/tags/v2020.06.0
[Unreleased]: https://github.com/yaq-project/yaqd-acton/-/compare/v2023.9.0...main
[2023.9.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2023.9.0...v2022.5.0
[2022.5.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2022.5.0...v2021.10.0
[2021.10.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2021.3.0...v2021.10.0
[2021.3.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2020.12.0...v2021.3.0
[2020.12.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2020.07.0...v2020.12.0
[2020.07.0]: https://github.com/yaq-project/yaqd-acton/-/compare/v2020.06.0...v2020.07.0
[2020.06.0]: https://github.com/yaq-project/yaqd-acton/-/tags/v2020.06.0

2 changes: 1 addition & 1 deletion yaqd_acton/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.5.0
2023.9.0

0 comments on commit 50267a8

Please sign in to comment.