Skip to content

Commit

Permalink
Merge pull request #738 from marhkb/chore/v2.0.0
Browse files Browse the repository at this point in the history
chore: Release v2.0.0
  • Loading branch information
marhkb committed Nov 11, 2023
2 parents 2bbe6ae + a0b2360 commit 719e45d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pods"
version = "2.0.0-beta.2"
version = "2.0.0"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
10 changes: 10 additions & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.0.0" date="2023-11-11">
<description translatable="no">
<p>This is the first stable release of Pods 2.0 and includes the following changes:</p>
<ul>
<li>Some problems with AdwBreakpoints in the container detail view have been fixed.</li>
<li>The release notes are now marked as not translatable.</li>
<li>Some maintenance work and code cleanups have been carried out.</li>
</ul>
</description>
</release>
<release version="2.0.0~beta.2" date="2023-09-26">
<description translatable="no">
<p>This is just a small follow-up bugfix release that fixes an incorrect screenshot path.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pods',
'rust',
version: '2.0.0-beta.2',
version: '2.0.0',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit 719e45d

Please sign in to comment.