Skip to content

Commit 07c24a5

Browse files
committed
Version bump
1 parent 36351b9 commit 07c24a5

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-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.2")
22+
set (VERSION "0.5.3")
2323
set (VERSION_INFO "Friendly SQL Client")
2424

2525
# disable C compiler warnings

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.5.3" date="2018-02-23">
30+
<description>
31+
<p>Bug fixes and improvements.</p>
32+
<ul>
33+
<li>Fixed PostgreSQL Schema show options.</li>
34+
<li>Fixed crash on new connection dialog when opening the connection before saving.</li>
35+
</ul>
36+
</description>
37+
</release>
2938
<release version="0.5.2" date="2018-02-20">
3039
<description>
3140
<p>Little side dish update.</p>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.alecaddd.sequeler (0.5.3) xenial; urgency=medium
2+
3+
* Bug fixes and improvements.
4+
* Fixed PostgreSQL Schema show options.
5+
* Fixed crash on new connection dialog when opening the connection before saving.
6+
7+
-- Alessandro Castellani <[email protected]> Fri, 23 Feb 2018 12:28:00 -0500
8+
19
com.github.alecaddd.sequeler (0.5.2) xenial; urgency=medium
210

311
* Fixed save window state on close.

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.2'
2+
version: '0.5.3'
33
summary: Friendly SQL Client
44
description: |
55
Store your Database Connections in the built-in library,

0 commit comments

Comments
 (0)