Skip to content

Commit 216a30c

Browse files
committed
Version bump
1 parent bdea28d commit 216a30c

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set (PKGDATADIR "${DATADIR}/com.github.alecaddd.sequeler")
1919

2020
set (EXEC_NAME "com.github.alecaddd.sequeler")
2121
set (RELEASE_NAME "Sequeler")
22-
set (VERSION "0.5.3")
22+
set (VERSION "0.5.4")
2323
set (VERSION_INFO "Friendly SQL Client")
2424

2525
# disable C compiler warnings

data/com.github.alecaddd.sequeler.appdata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.5.4" date="2018-02-24">
30+
<description>
31+
<p>New Icon and Import/Export Library.</p>
32+
<ul>
33+
<li>Fancy new icon.</li>
34+
<li>Import and Export connections library.</li>
35+
<li>Fixed random crash when opening and closing multiple connections.</li>
36+
<li>Bug fixes and improvements.</li>
37+
</ul>
38+
</description>
39+
</release>
2940
<release version="0.5.3" date="2018-02-23">
3041
<description>
3142
<p>Bug fixes and improvements.</p>

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.alecaddd.sequeler (0.5.4) xenial; urgency=medium
2+
3+
* New Icon and Import/Export Library.
4+
* Fancy new icon.
5+
* Import and Export connections library.
6+
* Fixed random crash when opening and closing multiple connections.
7+
* Bug fixes and improvements.
8+
9+
-- Alessandro Castellani <[email protected]> Fri, 24 Feb 2018 12:28:00 -0500
10+
111
com.github.alecaddd.sequeler (0.5.3) xenial; urgency=medium
212

313
* Bug fixes and improvements.

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sequeler
2-
version: '0.5.3'
2+
version: '0.5.4'
33
summary: Friendly SQL Client
44
description: |
55
Store your Database Connections in the built-in library,

0 commit comments

Comments
 (0)