1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-08 09:05:13 +02:00

Release 1.1.2

This commit is contained in:
2025-07-25 12:43:53 +03:00
parent cef925b96a
commit 4257ef446b
2 changed files with 9 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ This project tries to adhere to [Semantic Versioning][2].
## [Unreleased] ## [Unreleased]
## [1.1.2] - 2025-07-25
### Fixed
Fixed compilation error with new GCC (ceamac)
## [1.1.1] - 2023-07-01 ## [1.1.1] - 2023-07-01
### Added ### Added
@@ -52,7 +58,8 @@ Update application ID and readme (Jason Francis)
[1]: https://keepachangelog.com/en/1.0.0/ [1]: https://keepachangelog.com/en/1.0.0/
[2]: https://semver.org/spec/v2.0.0.html [2]: https://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/artizirk/wdisplays/compare/1.1.1...HEAD [Unreleased]: https://github.com/artizirk/wdisplays/compare/1.1.2...HEAD
[1.1.2]: https://github.com/artizirk/wdisplays/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/artizirk/wdisplays/compare/1.1...1.1.1 [1.1.1]: https://github.com/artizirk/wdisplays/compare/1.1...1.1.1
[1.1]: https://github.com/artizirk/wdisplays/compare/1.0...1.1 [1.1]: https://github.com/artizirk/wdisplays/compare/1.0...1.1
[1.0]: https://github.com/artizirk/wdisplays/releases/tag/1.0 [1.0]: https://github.com/artizirk/wdisplays/releases/tag/1.0

View File

@@ -3,7 +3,7 @@
project('network.cycles.wdisplays', 'c', project('network.cycles.wdisplays', 'c',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
version: '1.1.1' version: '1.1.2'
) )
conf = configuration_data({ conf = configuration_data({