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 Jun 9, 2018
1 parent aafee08 commit ea5f059
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
13 changes: 13 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.5.5" date="2018-06-09">
<description>
<p>Improved Password Security.</p>
<ul>
<li>Safely store passwords in LibSecret.</li>
<li>Auto upgrade on startup to remove passwords from GSettings.</li>
<li>Fixes issues with identical table names from other database in the same connection.</li>
<li>Alphabetically ordered tables.</li>
<li>Improvements in showing MySql/MariaDB Table Structure.</li>
<li>Many more bugs for you to discover.</li>
</ul>
</description>
</release>
<release version="0.5.4" date="2018-02-24">
<description>
<p>New Icon and Import/Export Library.</p>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.alecaddd.sequeler (0.5.5) xenial; urgency=medium

* Safely store passwords in LibSecret.
* Auto upgrade on startup to remove passwords from GSettings.
* Fixes issues with identical table names from other database in the same connection.
* Alphabetically ordered tables.
* Improvements in showing MySql/MariaDB Table Structure.
* Many more bugs for you to discover.

-- Alessandro Castellani <castellani.ale@gmail.com> Fri, 24 Feb 2018 12:28:00 -0500

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

* New Icon and Import/Export Library.
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.5.4')
conf_data.set('VERSION', '0.5.5')
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
conf_data.set('PREFIX', get_option('prefix'))

Expand Down

0 comments on commit ea5f059

Please sign in to comment.