diff --git a/Cargo.lock b/Cargo.lock index 312a7aa..bc56ea6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "envision" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index f41c7f6..575b302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envision" -version = "3.0.0" +version = "3.0.1" edition = "2021" authors = [ "Gabriele Musco ", diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in index cbe2b3a..8925605 100644 --- a/data/org.gabmus.envision.metainfo.xml.in.in +++ b/data/org.gabmus.envision.metainfo.xml.in.in @@ -30,6 +30,14 @@ @REPO_URL@/issues + + +

Fixes

+
    +
  • libnotify headers path in wivrn depcheck
  • +
+
+

Breaking changes

diff --git a/meson.build b/meson.build index 8a4176b..7e406b2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'envision', 'rust', - version: '3.0.0', # version number row + version: '3.0.1', # version number row meson_version: '>= 0.59', license: 'AGPL-3.0-or-later', )