From 79b17429dd7bd629133c97aa6ffca36bff657951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= <lorinc.serfozo@mailbox.org> Date: Mon, 29 Apr 2024 19:48:41 +0200 Subject: [PATCH] chore(version): v1.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..977add8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - +## [v1.2.0](https://github.com/mfep/exercise-timer/compare/f534c014a7b93e9f8c99943c31cd06ce8118261c..v1.2.0) - 2024-04-29 +#### Bug Fixes +- **(UI)** Fix timer overflow after finish - ([5814f49](https://github.com/mfep/exercise-timer/commit/5814f49157311b537d6075e17942731551e95a55)) - [@mfep](https://github.com/mfep) +- **(UI)** Fix misleading Ctrl designators in shortcuts window - ([7d84c4c](https://github.com/mfep/exercise-timer/commit/7d84c4c75cfd414def929b0d230cf622c47e4621)) - [@mfep](https://github.com/mfep) +#### Features +- **(UI)** Display remaining time in "minutes:seconds" format - ([5507668](https://github.com/mfep/exercise-timer/commit/550766822c571acb1bdcb2280e6e99fe2c4b1719)) - [@mfep](https://github.com/mfep) +#### Miscellaneous Chores +- **(CD)** Added cog.toml - ([f534c01](https://github.com/mfep/exercise-timer/commit/f534c014a7b93e9f8c99943c31cd06ce8118261c)) - [@mfep](https://github.com/mfep) +- **(README)** Updated README with badges - ([af66374](https://github.com/mfep/exercise-timer/commit/af663742d69f45799416b932feb412834846a2e0)) - [@mfep](https://github.com/mfep) +- **(dependencies)** Updated relm4-macros to 0.8.1 - ([54757ff](https://github.com/mfep/exercise-timer/commit/54757ffdb265570c7a658714e9c3b0e948cca646)) - [@mfep](https://github.com/mfep) +- **(docs)** Updated metainfo for release - ([50923ff](https://github.com/mfep/exercise-timer/commit/50923ff6e4fa83486d8731532818b70168bccbc9)) - [@mfep](https://github.com/mfep) +- **(platform)** Updated Flatpak CI image to GNOME 46 - ([0b8bb8b](https://github.com/mfep/exercise-timer/commit/0b8bb8bf668a07efa863f60f17ad76336c99e1d7)) - [@mfep](https://github.com/mfep) +- **(platform)** Updated runtime version to org.gnome.Platform 46 - ([53ff647](https://github.com/mfep/exercise-timer/commit/53ff6472a201394037235e08711dc13e159d6bfe)) - [@mfep](https://github.com/mfep) + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/meson.build b/meson.build index 4f685ec..ea2f298 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'hiit', 'rust', - version: '1.1.0', + version: '1.2.0', meson_version: '>= 0.59', # license: 'MIT', )