Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Jul 18, 2023
1 parent 1310883 commit 8879b5c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.0.1] - 2023-07-18
- Change way to load header button icons to make them flat.

## [2.0.0] - 2023-07-18
- Port to GTK 4 and libadwaita.
- Add a color picker tool.
Expand Down
8 changes: 7 additions & 1 deletion data/com.github.huluti.Coulr.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<launchable type="desktop-id">com.github.huluti.Coulr.desktop</launchable>

<releases>
<release version="2.0.1" date="2023-07-18">
<description>
<ul>
<li>Change way to load header button icons to make them flat</li>
</ul>
</description>
</release>
<release version="2.0.0" date="2023-07-18">
<description>
<ul>
Expand Down Expand Up @@ -56,4 +63,3 @@
</release>
</releases>
</component>

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('coulr',
version: '2.0.0',
version: '2.0.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def about_dialog(self, action, info):
"""About dialog"""
about_dialog = Adw.AboutWindow()
about_dialog.set_application_name(self.app_name)
about_dialog.set_version("2.0.0")
about_dialog.set_version("2.0.1")
about_dialog.set_copyright("Hugo Posnic")
about_dialog.set_comments(_("Enjoy colors and feel happy!"))
about_dialog.set_website("https://github.com/Huluti/{}"
Expand Down

0 comments on commit 8879b5c

Please sign in to comment.