v0.1.6
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1792,7 +1792,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "notify"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ashpd",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "notify"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
authors = ["ranfdev <ranfdev@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@ -26,6 +26,12 @@
|
||||
|
||||
<content_rating type="oars-1.0" />
|
||||
<releases>
|
||||
<release version="0.1.6" date="2024-11-24">
|
||||
<ul>
|
||||
<li>Fixed issue handling custom local certificates with https</li>
|
||||
<li>Updated GNOME sdk</li>
|
||||
</ul>
|
||||
</release>
|
||||
<release version="0.1.5" date="2024-01-03">
|
||||
<ul>
|
||||
<li>Fixed about window crashing</li>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'notify',
|
||||
'rust',
|
||||
version: '0.1.5',
|
||||
version: '0.1.6',
|
||||
meson_version: '>= 0.59',
|
||||
# license: 'MIT',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user