From 4257ef446b13962e91e62458a635f5d859d53cb9 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 25 Jul 2025 12:43:53 +0300 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.md | 9 ++++++++- meson.build | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3803a77..b447102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project tries to adhere to [Semantic Versioning][2]. ## [Unreleased] +## [1.1.2] - 2025-07-25 + +### Fixed + +Fixed compilation error with new GCC (ceamac) + ## [1.1.1] - 2023-07-01 ### Added @@ -52,7 +58,8 @@ Update application ID and readme (Jason Francis) [1]: https://keepachangelog.com/en/1.0.0/ [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]: https://github.com/artizirk/wdisplays/compare/1.0...1.1 [1.0]: https://github.com/artizirk/wdisplays/releases/tag/1.0 diff --git a/meson.build b/meson.build index 08acaee..c26fc9d 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('network.cycles.wdisplays', 'c', license: 'GPL-3.0-or-later', - version: '1.1.1' + version: '1.1.2' ) conf = configuration_data({