From c1691a6cd28fdddfe14b22919d3f79c3217af152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 13 Dec 2022 10:40:13 +0100 Subject: [PATCH] prepare v1.0.5 --- CHANGELOG.md | 6 ++++-- package.yaml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64189b3..36a46a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.5] - 2022-12-13 -- Also list PROJECT column with `worktime --more` +- Also list PROJECT column with `worktime --more` [#56] ## [1.0.4] - 2021-07-08 @@ -248,7 +248,8 @@ First release :tada: - Linux binaries -[unreleased]: https://github.com/soywod/unfog/compare/v1.0.4...HEAD +[unreleased]: https://github.com/soywod/unfog/compare/v1.0.5...HEAD +[1.0.5]: https://github.com/soywod/unfog/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/soywod/unfog/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/soywod/unfog/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/soywod/unfog/compare/v1.0.1...v1.0.2 @@ -304,3 +305,4 @@ First release :tada: [#40]: https://github.com/soywod/unfog/issues/40 [#41]: https://github.com/soywod/unfog/issues/41 [#43]: https://github.com/soywod/unfog/issues/43 +[#56]: https://github.com/soywod/unfog/issues/56 diff --git a/package.yaml b/package.yaml index ace0d74..11e07be 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,10 @@ name: unfog -version: 1.0.4 +version: 1.0.5 github: "soywod/unfog" license: BSD3 author: "soywod" maintainer: "clement.douin@posteo.net" -copyright: "2019-2020 Clément DOUIN" +copyright: "2019-2022 Clément DOUIN" extra-source-files: - README.md