From 417a11ff81dd81cc401930c9fc0ef331d2d25e76 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 30 Apr 2025 21:25:57 +0100 Subject: [PATCH 1/2] Add NEWS.md --- NEWS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..6119dc4 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). + +## [0.2.0] - 2025-04-30 + +### Added + +- Add contrib/example-dynamic-root-menu.sh [#28] +- Support directory icons [#25] +- Add -I|--icons option [#23] + +[0.2.0]: https://github.com/labwc/labwc-menu-generator/compare/0.1.0...0.2.0 + +[#23]: https://github.com/labwc/labwc/pull/23 +[#25]: https://github.com/labwc/labwc/pull/25 +[#28]: https://github.com/labwc/labwc/pull/28 + From 157bb74e0fd51ac40f5475ccb12171605a7658b3 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 30 Apr 2025 21:26:45 +0100 Subject: [PATCH 2/2] build: bump version to 0.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f4490e1..849497b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'labwc-menu-generator', 'c', - version: '0.1.0', + version: '0.2.0', license: 'GPL-2.0-only', meson_version: '>=0.59.0', default_options: [