Skip to content

Commit c2461c1

Browse files
committed
Pre-release version bump
1 parent 93cadaa commit c2461c1

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
<binary>@appid@</binary>
3838
</provides>
3939
<releases>
40+
<release version="0.7.0" date="2019-04-07">
41+
<description>
42+
<p>Bite-Size fixes</p>
43+
<ul>
44+
<li>Removed unused libfixposix.</li>
45+
<li>Fixed pagination issue when clicking too fast while fetching big data.</li>
46+
</ul>
47+
</description>
48+
</release>
4049
<release version="0.6.9" date="2019-04-02">
4150
<description>
4251
<p>Bug fixes and improvements</p>

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.alecaddd.sequeler (0.7.0) xenial; urgency=medium
2+
3+
* Removed unused libfixposix.
4+
* Fixed pagination issue when clicking too fast while fetching big data.
5+
6+
-- Alessandro Castellani <[email protected]> Tue, 7 Apr 2019 11:00:00 -0700
7+
18
com.github.alecaddd.sequeler (0.6.9) xenial; urgency=medium
29

310
* Rewritten pagination to use LIMIT and OFFSET.

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

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

0 commit comments

Comments
 (0)