From 97fd25c8be693e5e291540383bd193405dd18c61 Mon Sep 17 00:00:00 2001 From: Evan Maddock Date: Mon, 20 Mar 2023 11:33:57 -0400 Subject: [PATCH] Bump version to 1.0.1 Signed-off-by: Evan Maddock --- CHANGELOG.md | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..706feea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.1] - 2023-03-30 + +### Added + +- Translations for French +- Translations for Occitan (post 1500) + +### Changed + +- Don't build the langauge list during configure; meson can do this itself + +[unreleased]: https://github.com/EbonJaeger/budgie-user-indicator-redux/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/EbonJaeger/budgie-user-indicator-redux/compare/v1.0.0...v1.0.1 diff --git a/meson.build b/meson.build index 764b585..7225d8d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'budgie-user-indicator-redux', ['vala', 'c'], - version: '1.0.0', + version: '1.0.1', license: 'GPL-2.0', meson_version: '>= 0.57.0', default_options: [