From e117986715e1e9ef955009ad7f03ec110aa14940 Mon Sep 17 00:00:00 2001 From: Bones Date: Sun, 2 Mar 2025 13:51:58 -0500 Subject: [PATCH] chore: update version to 3.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/org.gabmus.envision.metainfo.xml.in.in | 8 ++++++++ meson.build | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) 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', )