Skip to content

Commit

Permalink
Prerelease version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Jun 26, 2020
1 parent 601fd0a commit 4d04926
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
18 changes: 18 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,24 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.8.0" date="2020-06-25">
<description>
<p>New Features</p>
<ul>
<li>Create, Edit, and Delete databases.</li>
<li>New context menu to copy and edit tables.</li>
<li>Support unencrypted connections.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fix copy column data.</li>
</ul>
<p>Translations</p>
<ul>
<li>Updated translations for Ukranian, Russian, French, and German.</li>
</ul>
</description>
</release>
<release version="0.7.91" date="2020-05-12">
<description>
<p>Reduced CPU usage by 2%.</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.alecaddd.sequeler (0.8.0) xenial; urgency=medium

* Create, Edit, and Delete databases.
* New context menu to copy and edit tables.
* Support unencrypted connections.
* Fix copy column data.
* Updated translations for Ukranian, Russian, French, and German.

-- Alessandro Castellani <[email protected]> Thu, 25 Jun 2020 11:00:00 -0700

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

* Reduced CPU usage by 2%.
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.91')
version: '0.8.0')

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

0 comments on commit 4d04926

Please sign in to comment.