Skip to content

Commit 80987a3

Browse files
committed
Version bump for release
1 parent e1c8d87 commit 80987a3

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-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.0")
22+
set (VERSION "0.5.1")
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.1" date="2018-02-19">
30+
<description>
31+
<p>Alternate coloured rows!</p>
32+
<ul>
33+
<li>Manually reload Content, Structure, and Relations.</li>
34+
<li>Show Table schema, content, and constraint relationships.</li>
35+
<li>Properly handle compound queries.</li>
36+
<li>Fix PostgreSQL table switch.</li>
37+
</ul>
38+
</description>
39+
</release>
2940
<release version="0.5.0" date="2018-02-18">
3041
<description>
3142
<p>Complete rewrite of the entire code base!</p>

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
com.github.alecaddd.sequeler (0.5.1) xenial; urgency=medium
2+
3+
* Alternate coloured rows!
4+
* Manually reload Content, Structure, and Relations.
5+
* Properly handle compound queries.
6+
* Fix PostgreSQL table switch.
7+
8+
-- Alessandro Castellani <[email protected]> Mon, 19 Feb 2018 12:28:00 -0500
9+
110
com.github.alecaddd.sequeler (0.5.0) xenial; urgency=medium
211

312
* Complete rewrite of the entire code base!

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

0 commit comments

Comments
 (0)