Skip to content

Commit 6d6175a

Browse files
authored
Merge pull request #724 from marhkb/chore/v2.0.0-beta.1
chore: Bump to v2.0.0-beta.1
2 parents 082997e + 233a271 commit 6d6175a

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pods"
3-
version = "2.0.0-dev"
3+
version = "2.0.0-beta.1"
44
authors = ["Marcus Behrendt <marcus.behrendt.86@gmail.com>"]
55
edition = "2021"
66

data/com.github.marhkb.Pods.metainfo.xml.in.in

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,27 @@
4242
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
4343
<content_rating type="oars-1.1"/>
4444
<releases>
45+
<release version="2.0.0~beta.1" date="2023-09-26">
46+
<description>
47+
<p>This is the the first beta release of Pods 2.0 with the following new features:</p>
48+
<ul>
49+
<li>The user interface has been extensively revised. Among other things, a sidebar is now used.</li>
50+
<li>Pods now uses many new widgets from libadwaita 1.4.</li>
51+
<li>It is now possible to manage volumes in Pods.</li>
52+
</ul>
53+
</description>
54+
</release>
4555
<release version="1.2.1" date="2023-05-26">
46-
<description>
47-
<p>Pods 1.2.1 contains the following bugfixes and improvements:</p>
48-
<ul>
49-
<li>Fixed a bug that caused the application to crash when the keyring could not be accessed.</li>
50-
<li>Some languages like Romanian were not correctly included. This should be fixed now.</li>
51-
<li>Fixed a regression where the container list was not re-sorted once a container was renamed.</li>
52-
<li>Minor cleanup work has been done in the code.</li>
53-
</ul>
54-
</description>
55-
</release>
56+
<description>
57+
<p>Pods 1.2.1 contains the following bugfixes and improvements:</p>
58+
<ul>
59+
<li>Fixed a bug that caused the application to crash when the keyring could not be accessed.</li>
60+
<li>Some languages like Romanian were not correctly included. This should be fixed now.</li>
61+
<li>Fixed a regression where the container list was not re-sorted once a container was renamed.</li>
62+
<li>Minor cleanup work has been done in the code.</li>
63+
</ul>
64+
</description>
65+
</release>
5666
<release version="1.2.0" date="2023-05-25">
5767
<description>
5868
<p>Pods 1.2.0 contains the following new features:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pods',
33
'rust',
4-
version: '2.0.0-dev',
4+
version: '2.0.0-beta.1',
55
meson_version: '>= 0.59',
66
license: 'GPL3+',
77
)

0 commit comments

Comments
 (0)