Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Nov 10, 2023
1 parent 01aca9f commit c763759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion yaqd-core/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.11.0]

### Fixed
- Fixed memory leak in daemon server that scaled with number of connections

Expand Down Expand Up @@ -340,7 +342,8 @@ There are no actual code changes, this release is to update the release pipeline
- Generic Client
- Continuous hardware base daemon

[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.6.0...main
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0...main
[2023.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.6.0..2023.11.0
[2023.6.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...2023.6.0
[2023.2.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...2023.2.0
[2022.8.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.7.0...2022.8.0
Expand Down
2 changes: 1 addition & 1 deletion yaqd-core/yaqd_core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__avro_version__ = "1.9.2"

__version__ = "2023.6.0"
__version__ = "2023.11.0"

try:
__branch__ = (
Expand Down

0 comments on commit c763759

Please sign in to comment.