Browse Source

Release Fractal 11.1

fractal-12
Kévin Commaille 10 months ago
parent
commit
b9757404e3
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. 9
      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.0.0"
version = "11.1.0"
dependencies = [
"aperture",
"ashpd",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "fractal"
version = "11.0.0"
version = "11.1.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 (released May 1st 2025).
The current stable version is 11.1 (released May 15th 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 (same as stable).
The current beta version is 11.1 (same as stable).
It is available as a Flatpak on Flathub Beta.

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

@ -71,6 +71,15 @@
</content_rating>
<releases>@development-release@
<release version="11.1" type="stable" date="2025-05-15">
<description>
<p>
Due to a pesky bug that makes Fractal crash when our users attempt to start a
verification, we are releasing Fractal 11.1 only 2 weeks after Fractal 11. And while we’re
at it we also backported a few fixes for smaller paper cuts!
</p>
</description>
</release>
<release version="11" type="stable" date="2025-05-01">
<description>
<p>

4
meson.build

@ -1,6 +1,6 @@
project('fractal',
'rust',
version: '11',
version: '11.1',
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'
major_version = '11.1'
pre_release_version = ''
version = major_version

Loading…
Cancel
Save