diff --git a/Cargo.lock b/Cargo.lock index 63ad0b2de..bfc79adfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "kooha" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index ef1eb5636..712e7f98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kooha" -version = "2.0.0" +version = "2.0.1" authors = ["Dave Patrick "] license = "GPL-3.0-or-later" edition = "2018" diff --git a/data/io.github.seadve.Kooha.metainfo.xml.in.in b/data/io.github.seadve.Kooha.metainfo.xml.in.in index 235844923..9e8f0297c 100644 --- a/data/io.github.seadve.Kooha.metainfo.xml.in.in +++ b/data/io.github.seadve.Kooha.metainfo.xml.in.in @@ -45,6 +45,27 @@ + + +

This is a minor release:

+
    +
  • GIF recordings now loops infinitely
  • +
  • Minor codebase improvements
  • +
  • Added Serbian Cyrillic translations
  • +
  • Added Serbian Latin translations
  • +
  • Updated Croatian translations
  • +
  • Updated Ukrainian translations
  • +
  • Updated Basque translations
  • +
  • Updated Dutch translations
  • +
  • Updated Turkish translations
  • +
  • Updated Italian translations
  • +
  • Updated Spanish translations
  • +
  • Updated Hungarian translations
  • +
  • Updated German translations
  • +
  • Updated Slovak translations
  • +
+
+

This is a big release containing a lot of fixes and new features!

diff --git a/meson.build b/meson.build index 450c9c2de..b7e8cd163 100644 --- a/meson.build +++ b/meson.build @@ -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', )