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 36351b9 commit 07c24a5
Show file tree
Hide file tree
Showing 4 changed files with 19 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.2")
set (VERSION "0.5.3")
set (VERSION_INFO "Friendly SQL Client")

# disable C compiler warnings
Expand Down
9 changes: 9 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,15 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.5.3" date="2018-02-23">
<description>
<p>Bug fixes and improvements.</p>
<ul>
<li>Fixed PostgreSQL Schema show options.</li>
<li>Fixed crash on new connection dialog when opening the connection before saving.</li>
</ul>
</description>
</release>
<release version="0.5.2" date="2018-02-20">
<description>
<p>Little side dish update.</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.alecaddd.sequeler (0.5.3) xenial; urgency=medium

* Bug fixes and improvements.
* Fixed PostgreSQL Schema show options.
* Fixed crash on new connection dialog when opening the connection before saving.

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

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

* Fixed save window state on close.
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.2'
version: '0.5.3'
summary: Friendly SQL Client
description: |
Store your Database Connections in the built-in library,
Expand Down

0 comments on commit 07c24a5

Please sign in to comment.