Skip to content

Commit

Permalink
Another version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Apr 12, 2020
1 parent 93c7afb commit 470d4a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
19 changes: 10 additions & 9 deletions data/com.github.alecaddd.sequeler.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.7.8" date="2020-04-11">
<release version="0.7.9" date="2020-04-11">
<description>
<p>More fixes!</p>
<p>0.7.8 changelog</p>
<ul>
<li>Fixed usage attempt of wrong Vala method.</li>
</ul>
Expand All @@ -59,6 +60,14 @@
</ul>
</description>
</release>
<release version="0.7.8" date="2020-04-11">
<description>
<p>More fixes!</p>
<ul>
<li>Fixed usage attempt of wrong Vala method.</li>
</ul>
</description>
</release>
<release version="0.7.7" date="2020-04-11">
<description>
<p>Because 0.7.6 never happened!</p>
Expand All @@ -67,14 +76,6 @@
<li>Implement GDA Placeholder statement.</li>
<li>Improve Query Tab iconography.</li>
</ul>
<p>0.7.6 changelog</p>
<ul>
<li>Fix ORDER BY in PostgreSQL Relationship view.</li>
<li>Improve MySQL structure view.</li>
<li>Drop Granite.Settings in favour of GLib.Settings.</li>
<li>Implement Granite.Notebook on the Query tab.</li>
<li>Show query error messages inline.</li>
</ul>
</description>
</release>
<release version="0.7.6" date="2020-04-09">
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.alecaddd.sequeler (0.7.9) xenial; urgency=high

* Fixed usage of wrong Vala method.

-- Alessandro Castellani <castellani.ale@gmail.com> Thu, 12 Apr 2020 11:00:00 -0700

com.github.alecaddd.sequeler (0.7.8) xenial; urgency=high

* Fixed usage attempt of wrong Vala method.
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.8')
version: '0.7.9')

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

0 comments on commit 470d4a1

Please sign in to comment.