Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Mar 20, 2023
1 parent 5df02ad commit 97fd25c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down

0 comments on commit 97fd25c

Please sign in to comment.