chore: update version to 1.1.0

This commit is contained in:
Gabriele Musco 2024-11-28 07:28:29 +01:00
parent 88dea2aa43
commit c5ed0b6e86
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
4 changed files with 22 additions and 3 deletions

2
Cargo.lock generated
View file

@ -554,7 +554,7 @@ dependencies = [
[[package]]
name = "envision"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"anyhow",
"ash",

View file

@ -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

View file

@ -18,6 +18,25 @@
<url type="bugtracker">@REPO_URL@/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="1.1.0" date="2024-11-28">
<description>
<p>What's new</p>
<ul>
<li>check missing deps command line option; handle non activating opts is a proper method and all opts are part of the struct</li>
<li>move dependency collection to profile method</li>
</ul>
<p>Fixes</p>
<ul>
<li>profile context menu binding</li>
<li>profile context menu should prefer opening towards the top</li>
<li>exit on listing profiles</li>
</ul>
<p>Other changes</p>
<ul>
<li>in tagging script add cargo lock as well</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2024-11-27">
<description>
<p>Breaking changes</p>

View file

@ -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',
)