mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 12:04:50 +00:00
chore: update version to 1.1.0
This commit is contained in:
parent
88dea2aa43
commit
c5ed0b6e86
4 changed files with 22 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -554,7 +554,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "envision"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ash",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue