chore: Update changelog

This commit is contained in:
Arne Beer 2024-03-22 01:50:29 +01:00
parent 8dc23a294a
commit 111308c663
No known key found for this signature in database
GPG key ID: CC9408F679023B65
2 changed files with 7 additions and 5 deletions

View file

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.4.0] - unreleased
## [3.4.0] - 2024-03-22
### Added
@ -14,9 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- Include priority in `Task`s' `Debug` output
- Fix reading of configuration files that lacks a `shared` section.
- Made the daemon exit gracefully (exit code 0) on SIGINT and SIGTEM.
- Include priority in `Task`s' `Debug` output [#493](https://github.com/Nukesor/pueue/issues/493)
- Made the daemon exit gracefully (exit code 0) on SIGINT and SIGTEM. [#504](https://github.com/Nukesor/pueue/issues/504)
- Fix reading of configuration files that lacks a `shared` section. [#505](https://github.com/Nukesor/pueue/issues/505)
- Respect the `-g` flag when using the `status` filter query. [#508](https://github.com/Nukesor/pueue/issues/508)
## [3.3.3] - 2024-01-04

View file

@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres **somewhat** to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The concept of SemVer is applied to the daemon/client API, but not the library API itself.
## [0.26.0] - unreleased
## [0.26.0] - 2024-03-22
### Added
- Added `priority` field on `EditResponseMessage`, `EditMessage` and `TaskToRestart`.
## [0.25.1] - 2024-01-04
### Changed