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