Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Feb 24, 2018
1 parent bdea28d commit 216a30c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set (PKGDATADIR "${DATADIR}/com.github.alecaddd.sequeler")

set (EXEC_NAME "com.github.alecaddd.sequeler")
set (RELEASE_NAME "Sequeler")
set (VERSION "0.5.3")
set (VERSION "0.5.4")
set (VERSION_INFO "Friendly SQL Client")

# disable C compiler warnings
Expand Down
11 changes: 11 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.5.4" date="2018-02-24">
<description>
<p>New Icon and Import/Export Library.</p>
<ul>
<li>Fancy new icon.</li>
<li>Import and Export connections library.</li>
<li>Fixed random crash when opening and closing multiple connections.</li>
<li>Bug fixes and improvements.</li>
</ul>
</description>
</release>
<release version="0.5.3" date="2018-02-23">
<description>
<p>Bug fixes and improvements.</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.alecaddd.sequeler (0.5.4) xenial; urgency=medium

* New Icon and Import/Export Library.
* Fancy new icon.
* Import and Export connections library.
* Fixed random crash when opening and closing multiple connections.
* Bug fixes and improvements.

-- Alessandro Castellani <castellani.ale@gmail.com> Fri, 24 Feb 2018 12:28:00 -0500

com.github.alecaddd.sequeler (0.5.3) xenial; urgency=medium

* Bug fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sequeler
version: '0.5.3'
version: '0.5.4'
summary: Friendly SQL Client
description: |
Store your Database Connections in the built-in library,
Expand Down

0 comments on commit 216a30c

Please sign in to comment.