diff --git a/CHANGELOG.md b/CHANGELOG.md index 5618933df7a9349a697acb386a2b213b0a988640..315d917a74db9acef9cd1611dde75ace3041041e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## [0.2.4] - 2024-01-16 +## [2.0.5] - 2024-01-16 + +### Changed + +- Update wrapper now supports the new "forced" flag implement in `mink`. + +### Fixed + +- The command cache is flushed after an successful execution. +- Minor performance fixes. + +## [2.0.4] - 2024-01-16 ### Changed @@ -319,8 +330,9 @@ All notable changes to this project will be documented in this file. -[unreleased]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.4...main -[0.2.3]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.3...v0.2.4 +[unreleased]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.5...main +[2.0.5]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v2.0.4...v2.0.5 +[2.0.4]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.3...v2.0.4 [0.2.3]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.2...v0.2.3 [0.2.2]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.1...v0.2.2 [0.2.1]: https://git.blinkink.co.uk/bip/apps/brioche/-/compare/v0.2.0...v0.2.1 diff --git a/pyproject.toml b/pyproject.toml index d1aa593cdc6f9ef9bf7f242071f367114824cd0e..820250847a30f9e22d4d9ba9863befc2449cff62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brioche" -version = "0.2.4" +version = "2.0.5" description = "Bip GUI launcher" readme = "README.md" requires-python = ">=3.8"