Skip to content

Commit

Permalink
chore: Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Oct 19, 2021
1 parent 58b0a49 commit 41adcbd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kooha"
version = "2.0.0"
version = "2.0.1"
authors = ["Dave Patrick <davecruz48@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2018"
Expand Down
21 changes: 21 additions & 0 deletions data/io.github.seadve.Kooha.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,27 @@
</screenshot>
</screenshots>
<releases>
<release version="2.0.1" date="2021-10-20">
<description>
<p>This is a minor release:</p>
<ul>
<li>GIF recordings now loops infinitely</li>
<li>Minor codebase improvements</li>
<li>Added Serbian Cyrillic translations</li>
<li>Added Serbian Latin translations</li>
<li>Updated Croatian translations</li>
<li>Updated Ukrainian translations</li>
<li>Updated Basque translations</li>
<li>Updated Dutch translations</li>
<li>Updated Turkish translations</li>
<li>Updated Italian translations</li>
<li>Updated Spanish translations</li>
<li>Updated Hungarian translations</li>
<li>Updated German translations</li>
<li>Updated Slovak translations</li>
</ul>
</description>
</release>
<release version="2.0.0" date="2021-09-23">
<description>
<p>This is a big release containing a lot of fixes and new features!</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'kooha',
'rust',
version: '2.0.0',
version: '2.0.1',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.50',
)
Expand Down

0 comments on commit 41adcbd

Please sign in to comment.