Skip to content

Commit 085a138

Browse files
committed
Pre release version bump
1 parent e97352d commit 085a138

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
<binary>com.github.alecaddd.sequeler</binary>
2929
</provides>
3030
<releases>
31+
<release version="0.6.3" date="2018-09-19">
32+
<description>
33+
<p>UI Fixes and Performance Improvements</p>
34+
<ul>
35+
<li>UI fix for logout button.</li>
36+
<li>View shortcuts on preferences dropdown.</li>
37+
<li>Performance Improvements.</li>
38+
<li>Italian translation.</li>
39+
</ul>
40+
</description>
41+
</release>
3142
<release version="0.6.2" date="2018-09-11">
3243
<description>
3344
<p>Export all the things!</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.6.3) xenial; urgency=medium
2+
3+
* UI fix for logout button.
4+
* View shortcuts on preferences dropdown.
5+
* Performance Improvements.
6+
* Italian translation.
7+
8+
-- Alessandro Castellani <[email protected]> Tue, 19 Sept 2018 12:28:00 -0500
9+
110
com.github.alecaddd.sequeler (0.6.2) xenial; urgency=medium
211

312
* Export results from Query Tab.

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conf_data.set('DATADIR', get_option('datadir'))
55
conf_data.set('PKGDATADIR', get_option('datadir') + '/' + meson.project_name())
66
conf_data.set('GETTEXT_PACKAGE', meson.project_name())
77
conf_data.set('RELEASE_NAME', 'Sequeler')
8-
conf_data.set('VERSION', '0.6.2')
8+
conf_data.set('VERSION', '0.6.3')
99
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
1010
conf_data.set('PREFIX', get_option('prefix'))
1111

0 commit comments

Comments
 (0)