Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Aug 7, 2021
1 parent 9cfeb5e commit b57c64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.1.0] - 2021-08-07

- Add file size to info displays (credit to brent for the idea)
- Fix file operations on trashed items failing because of permission issues (#8)
- Improve error handling and notificiations
Expand All @@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add appstream info file
- Various style changes

[unreleased]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.0.0...master
[unreleased]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.1.0...master
[v2.1.0]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/EbonJaeger/budgie-trash-applet/compare/v1.2.0...v2.0.0
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('budgie-trash-applet', 'c',
version: '2.0.0',
version: '2.1.0',
meson_version: '>= 0.57.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit b57c64f

Please sign in to comment.