Release 4.4.0

This commit is contained in:
Daniel García Moreno 2020-08-07 09:20:51 +02:00
parent cb0125acbe
commit be6501f923
6 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View file

@ -578,7 +578,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fractal-gtk"
version = "4.2.2"
version = "4.4.0"
dependencies = [
"cairo-rs",
"chrono",
@ -620,7 +620,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "4.2.2"
version = "4.4.0"
dependencies = [
"gio",
"reqwest",

View file

@ -55,7 +55,7 @@
{
"type" : "git",
"url" : "https://source.puri.sm/Librem5/libhandy",
"tag" : "v0.0.10"
"tag" : "v0.0.13"
}
]
},
@ -102,7 +102,7 @@
"sources" : [
{
"type" : "git",
"branch" : "release-4.2.2",
"branch" : "release-4.4.0",
"url" : ".."
}
]

View file

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-gtk"
version = "4.2.2"
version = "4.4.0"
workspace = "../"
edition = "2018"

View file

@ -18,9 +18,9 @@
</screenshot>
</screenshots>
<releases>
<release version="4.4" type="stable" date="2020-02-28" urgency="high">
<release version="4.4" type="stable" date="2020-08-07" urgency="high">
<description>
<p>This new major release is the result of 3 months of hard work.</p>
<p>This new major release is the result of 10 months of hard work.</p>
<p>New features:</p>
<ul>
<li>Videos now have a preview directly in history</li>

View file

@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "4.2.2"
version = "4.4.0"
workspace = "../"
edition = "2018"

View file

@ -1,6 +1,6 @@
project(
'fractal', 'rust',
version: '4.2.2',
version: '4.4.0',
license: 'GPLv3',
)