From 356b42b056a4b3944ffc7827b05a73a7b96bc063 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 28 Nov 2024 07:28:29 +0100 Subject: [PATCH] chore: update version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/org.gabmus.envision.metainfo.xml.in.in | 19 +++++++++++++++++++ meson.build | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a301a4..c2bfdd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "envision" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index c303998..3ae3d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envision" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in index 160afd7..9dceb07 100644 --- a/data/org.gabmus.envision.metainfo.xml.in.in +++ b/data/org.gabmus.envision.metainfo.xml.in.in @@ -18,6 +18,25 @@ @REPO_URL@/issues + + +

What's new

+
    +
  • check missing deps command line option; handle non activating opts is a proper method and all opts are part of the struct
  • +
  • move dependency collection to profile method
  • +
+

Fixes

+
    +
  • profile context menu binding
  • +
  • profile context menu should prefer opening towards the top
  • +
  • exit on listing profiles
  • +
+

Other changes

+
    +
  • in tagging script add cargo lock as well
  • +
+
+

Breaking changes

diff --git a/meson.build b/meson.build index fece6b2..78c35eb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'envision', 'rust', - version: '1.0.0', # version number row + version: '1.1.0', # version number row meson_version: '>= 0.59', license: 'AGPL-3.0', )