Skip to content

Commit 7ca8423

Browse files
committed
Missing screenshot and version bump
1 parent 80987a3 commit 7ca8423

5 files changed

+18
-2
lines changed

CMakeLists.txt

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

2525
# disable C compiler warnings

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

+9
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.2" date="2018-02-20">
30+
<description>
31+
<p>Little side dish update.</p>
32+
<ul>
33+
<li>Fixed save window state on close.</li>
34+
<li>Bug fixes and improvements.</li>
35+
</ul>
36+
</description>
37+
</release>
2938
<release version="0.5.1" date="2018-02-19">
3039
<description>
3140
<p>Alternate coloured rows!</p>

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.alecaddd.sequeler (0.5.2) xenial; urgency=medium
2+
3+
* Fixed save window state on close.
4+
* Bug fixes and improvements.
5+
6+
-- Alessandro Castellani <castellani.ale@gmail.com> Mon, 20 Feb 2018 12:28:00 -0500
7+
18
com.github.alecaddd.sequeler (0.5.1) xenial; urgency=medium
29

310
* Alternate coloured rows!

sequeler-screenshot1.png

-7.46 KB
Loading

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sequeler
2-
version: '0.5.1'
2+
version: '0.5.2'
33
summary: Friendly SQL Client
44
description: |
55
Store your Database Connections in the built-in library,

0 commit comments

Comments
 (0)