Skip to content

Commit

Permalink
Prerelease version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Apr 1, 2020
1 parent 22e949f commit 76ac553
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.in
Expand Up @@ -37,6 +37,16 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.7.4" date="2020-03-31">
<description>
<p>The 2020 release!</p>
<ul>
<li>Manually reorder saved connection.</li>
<li>Allow selecting a custom SSH public key.</li>
<li>Fix SSH tunnel crashes.</li>
</ul>
</description>
</release>
<release version="0.7.3" date="2019-09-01">
<description>
<p>Raw Query Improvements</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
com.github.alecaddd.sequeler (0.7.4) xenial; urgency=medium

* Manually reorder saved connection.
* Allow selecting a custom SSH public key.
* Fix SSH tunnel crashes.

-- Alessandro Castellani <castellani.ale@gmail.com> Tue, 31 Mar 2020 11:00:00 -0700

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

* Strip comments from SQL raw queries.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
# project name and programming language
project('com.github.alecaddd.sequeler', 'vala', 'c',
version: '0.7.3')
version: '0.7.4')

cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required: true)
Expand Down

0 comments on commit 76ac553

Please sign in to comment.