Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Dec 10, 2018
1 parent b0437de commit 38e620b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.6.4" date="2018-12-09">
<description>
<p>Open SQLite files</p>
<ul>
<li>Open SQLite files directly in Sequeler.</li>
<li>Right click to copy data inside a column.</li>
<li>Bug fixes and Improvements.</li>
</ul>
</description>
</release>
<release version="0.6.3" date="2018-09-19">
<description>
<p>UI Fixes and Performance Improvements</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.6.4) xenial; urgency=medium

* Open SQLite files directly in Sequeler.
* Right click to copy data inside a column.
* Bug fixes and Improvements.

-- Alessandro Castellani <[email protected]> Sun, 9 Dec 2018 20:30:00 -0700

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

* UI fix for logout button.
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conf_data.set('DATADIR', get_option('datadir'))
conf_data.set('PKGDATADIR', get_option('datadir') + '/' + meson.project_name())
conf_data.set('GETTEXT_PACKAGE', meson.project_name())
conf_data.set('RELEASE_NAME', 'Sequeler')
conf_data.set('VERSION', '0.6.3')
conf_data.set('VERSION', '0.6.4')
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
conf_data.set('PREFIX', get_option('prefix'))

Expand Down

0 comments on commit 38e620b

Please sign in to comment.