Skip to content

Commit

Permalink
Merge pull request #320 from marhkb/chore/prepare-v1.0.0-beta.3
Browse files Browse the repository at this point in the history
Chore/prepare-v1.0.0-beta.3
  • Loading branch information
marhkb authored Sep 18, 2022
2 parents 6158c76 + 36f5c37 commit 99097f0
Show file tree
Hide file tree
Showing 4 changed files with 16 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 = "1.0.0-beta.2"
version = "1.0.0-beta.3"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
13 changes: 13 additions & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.0-beta.3" date="2022-09-18">
<description>
<p>The third beta release of Pods 1.0.0 contains the following changes:</p>
<ul>
<li>A periodic refresh interval to track entities which were created outside of podman (e.g. with buildah)</li>
<li>Containers now provide a detailed view of health configuration and health status</li>
<li>Several smaller UI improvements</li>
<li>Several smaller bugfixes and internal code improvements</li>
<li>Updated screenshots</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="1.0.0-beta.2" date="2022-09-09">
<description>
<p>A small update with app data fixes:</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: '1.0.0-beta.2',
version: '1.0.0-beta.3',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down

0 comments on commit 99097f0

Please sign in to comment.