Skip to content

Commit

Permalink
chore(version): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Apr 29, 2024
1 parent 50923ff commit 79b1742
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'hiit',
'rust',
version: '1.1.0',
version: '1.2.0',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit 79b1742

Please sign in to comment.