Browse Source

Release Fractal 11.2

fractal-11 11.2
Kévin Commaille 9 months ago
parent
commit
32eaa5bda7
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 4
      README.md
  4. 8
      data/org.gnome.Fractal.metainfo.xml.in.in
  5. 4
      meson.build

2
Cargo.lock generated

@ -1241,7 +1241,7 @@ dependencies = [
[[package]]
name = "fractal"
version = "11.1.0"
version = "11.2.0"
dependencies = [
"aperture",
"ashpd",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "fractal"
version = "11.1.0"
version = "11.2.0"
authors = ["Julian Sparber <julian@sparber.net>"]
edition = "2021"
rust-version = "1.85"

4
README.md

@ -38,7 +38,7 @@ development version while keeping the stable release around for daily use.
### Stable version
The current stable version is 11.1 (released May 15th 2025).
The current stable version is 11.2 (released June 10th 2025).
You can get the official Fractal Flatpak from Flathub.
@ -53,7 +53,7 @@ You can get the official Fractal Flatpak from Flathub.
### Beta version
The current beta version is 11.1 (same as stable).
The current beta version is 11.2 (same as stable).
It is available as a Flatpak on Flathub Beta.

8
data/org.gnome.Fractal.metainfo.xml.in.in

@ -71,6 +71,14 @@
</content_rating>
<releases>@development-release@
<release version="11.2" type="stable" date="2025-06-10">
<description>
<p>
This version updates the matrix-sdk-crypto dependency to include a fix for a high severity
security issue.
</p>
</description>
</release>
<release version="11.1" type="stable" date="2025-05-15">
<description>
<p>

4
meson.build

@ -1,6 +1,6 @@
project('fractal',
'rust',
version: '11.1',
version: '11.2',
license: 'GPL-3.0-or-later',
meson_version: '>= 1.1')
@ -10,7 +10,7 @@ gnome = import('gnome')
base_id = 'org.gnome.Fractal'
application_id = base_id
major_version = '11.1'
major_version = '11.2'
pre_release_version = ''
version = major_version

Loading…
Cancel
Save