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 + 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: [