Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Updated changelog to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Zaalberg committed Feb 27, 2018
1 parent 517df54 commit 08d0462
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
set (PKGDATADIR "${DATADIR}/com.github.bartzaalberg.alias")

set (EXEC_NAME "com.github.bartzaalberg.alias")
set (VERSION "0.0.4")
set (VERSION "0.1.0")
set (VERSION_INFO "version information")

set (DEPS_PACKAGES
Expand Down
10 changes: 10 additions & 0 deletions data/com.github.bartzaalberg.alias.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
</ul>
</description>
<releases>
<release version="0.1.0" date="2018-02-27">
<description>
<p>Relogging is not required anymore</p>
<ul>
<li>Added brand color for headerbar</li>
<li>~/.bashrc is reloaded after new, edit, and delete</li>
<li>Quotes are now automatically added to field</li>
</ul>
</description>
</release>
<release version="0.0.4" date="2018-02-26">
<description>
<p>0.0.4</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
com.github.bartzaalberg.alias (0.1.0) UNSTABLE; urgency=low

* Added brand color for headerbar
* ~/.bashrc is reloaded after new, edit, and delete
* Quotes are now automatically added to field

-- Bart Zaalberg <[email protected]> Thu, 27 Feb 2018 20:37:00 +0200

com.github.bartzaalberg.alias (0.0.4) UNSTABLE; urgency=low

* Updated color for appcenter
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Application.Constants {
public const string ICON = "com.github.bartzaalberg.repositories";
public const string MAIN_URL = "https://github.com/bartzaalberg/alias";
public const string BUG_URL = MAIN_URL + "/issues";
public const string VERSION = "0.0.4";
public const string VERSION = "0.1.0";
public const string VERSION_INFO = "Unstable";
public const string APP_YEARS = "2017-2018";
public const int APPLICATION_HEIGHT = 510;
Expand Down

0 comments on commit 08d0462

Please sign in to comment.