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 Aug 3, 2019
1 parent 1157eb8 commit 972c60a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.7.1" date="2019-08-02">
<description>
<p>PostgreSQL Fixes</p>
<ul>
<li>Fixed PostgreSQL relationship table.</li>
<li>Fixed wrong response message when handling non select queries.</li>
</ul>
</description>
</release>
<release version="0.7.0" date="2019-04-07">
<description>
<p>Bite-Size fixes</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.alecaddd.sequeler (0.7.1) xenial; urgency=medium

* Fixed PostgreSQL relationship table.
* Fixed wrong response message when handling non select queries.

-- Alessandro Castellani <[email protected]> Fri, 2 Aug 2019 11:00:00 -0700

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

* Removed unused libfixposix.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project name and programming language
project('com.github.alecaddd.sequeler', 'vala', 'c',
version: '0.7.0')
version: '0.7.1')

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

0 comments on commit 972c60a

Please sign in to comment.