Skip to content

Commit fd35eb0

Browse files
committed
Pre-release version bump
1 parent 4d40870 commit fd35eb0

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

data/com.github.alecaddd.sequeler.appdata.xml.in.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@
3737
<binary>@appid@</binary>
3838
</provides>
3939
<releases>
40+
<release version="0.7.7" date="2020-04-11">
41+
<description>
42+
<p>Becase 0.7.6 never happened!</p>
43+
<ul>
44+
<li>Fix nasty GSettings bug causing the app to crash.</li>
45+
<li>Implement Gda Placeholder statement.</li>
46+
<li>Improve Query Tab iconography.</li>
47+
</ul>
48+
<p>0.7.6 changelog</p>
49+
<ul>
50+
<li>Fix ORDER BY in PostgreSQL Relationship view.</li>
51+
<li>Improve MySQL structure view.</li>
52+
<li>Drop Granite.Settings in favor of GLib.Settings.</li>
53+
<li>Implement Granite.Notebook on the Query tab.</li>
54+
<li>Show query error messages inline.</li>
55+
</ul>
56+
</description>
57+
</release>
4058
<release version="0.7.6" date="2020-04-09">
4159
<description>
4260
<p>Query Tab Bonanza!</p>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.alecaddd.sequeler (0.7.7) xenial; urgency=high
2+
3+
* Fix nasty GSettings bug causing the app to crash.
4+
* Implement Gda Placeholder statement.
5+
* Improve Query Tab iconography.
6+
17
com.github.alecaddd.sequeler (0.7.6) xenial; urgency=medium
28

39
* Fix ORDER BY in PostgreSQL Relationship view.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project name and programming language
22
project('com.github.alecaddd.sequeler', 'vala', 'c',
3-
version: '0.7.6')
3+
version: '0.7.7')
44

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

0 commit comments

Comments
 (0)