Skip to content

Commit 5300b56

Browse files
committed
Version bump
1 parent 2dc07aa commit 5300b56

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-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.4.3")
22+
set (VERSION "0.5.0")
2323
set (VERSION_INFO "Friendly SQL Client")
2424

2525
# disable C compiler warnings

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.5.0" date="2018-02-18">
30+
<description>
31+
<p>Complete rewrite of the entire code base!</p>
32+
<ul>
33+
<li>Handle multiple Windows/Instances and multiple open connections.</li>
34+
<li>Show Table schema, content, and constraint relationships.</li>
35+
<li>Quicker response on big select queries</li>
36+
<li>Better error handling.</li>
37+
<li>Bug fixes and improvements.</li>
38+
</ul>
39+
</description>
40+
</release>
2941
<release version="0.4.3" date="2018-01-23">
3042
<description>
3143
<p>Better error handling, less crashes!</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.0) xenial; urgency=medium
2+
3+
* Complete rewrite of the entire code base!
4+
* Handle multiple Windows/Instances and multiple open connections.
5+
* Show Table schema, content, and constraint relationships.
6+
* Better error handling.
7+
* Bug fixes and improvements.
8+
9+
-- Alessandro Castellani <[email protected]> Sun, 18 Feb 2018 12:28:00 -0500
10+
111
com.github.alecaddd.sequeler (0.4.3) xenial; urgency=medium
212

313
* Better error handling, less crashes!

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

0 commit comments

Comments
 (0)