Skip to content

Commit 4d04926

Browse files
committed
Prerelease version bump
1 parent 601fd0a commit 4d04926

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-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.8.0" date="2020-06-25">
41+
<description>
42+
<p>New Features</p>
43+
<ul>
44+
<li>Create, Edit, and Delete databases.</li>
45+
<li>New context menu to copy and edit tables.</li>
46+
<li>Support unencrypted connections.</li>
47+
</ul>
48+
<p>Bug Fixes</p>
49+
<ul>
50+
<li>Fix copy column data.</li>
51+
</ul>
52+
<p>Translations</p>
53+
<ul>
54+
<li>Updated translations for Ukranian, Russian, French, and German.</li>
55+
</ul>
56+
</description>
57+
</release>
4058
<release version="0.7.91" date="2020-05-12">
4159
<description>
4260
<p>Reduced CPU usage by 2%.</p>

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.alecaddd.sequeler (0.8.0) xenial; urgency=medium
2+
3+
* Create, Edit, and Delete databases.
4+
* New context menu to copy and edit tables.
5+
* Support unencrypted connections.
6+
* Fix copy column data.
7+
* Updated translations for Ukranian, Russian, French, and German.
8+
9+
-- Alessandro Castellani <[email protected]> Thu, 25 Jun 2020 11:00:00 -0700
10+
111
com.github.alecaddd.sequeler (0.7.91) xenial; urgency=high
212

313
* Reduced CPU usage by 2%.

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.91')
3+
version: '0.8.0')
44

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

0 commit comments

Comments
 (0)