Skip to content

Commit

Permalink
Merge pull request #488 from marhkb/chore/prepare-v1.0.0-rc.3
Browse files Browse the repository at this point in the history
Chore/prepare-v1.0.0-rc.3
  • Loading branch information
marhkb authored Dec 21, 2022
2 parents f984c47 + 87268e6 commit 2a042b2
Show file tree
Hide file tree
Showing 4 changed files with 17 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-rc.2"
version = "1.0.0-rc.3"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
14 changes: 14 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,20 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.0-rc.3" date="2022-12-21">
<description>
<p>The third 1.0 release candidate of Pods contains the following changes:<p/>
<ul>
<li>The application icon and symbolic icons have been improved, thanks to @daudix-UFO</li>
<li>Actions, such as creating a container, can now be repeated initially if they fail.</li>
<li>Fixed a bug that prevented the label displaying the id of an image from being striked through if the image was being deleted.</li>
<li>Repository tags are now selectable within the image details page.</li>
<li>Translations have been updated. Thanks to all who contributed.</li>
<li>Internal code improvements have been made, such as reducing dependencies and enabling LTO for release builds.</li>
</ul>
</p>
</description>
</release>
<release version="1.0.0-rc.2" date="2022-12-16">
<description>
<p>This is a hotfix release that prevents the application from crashing when disconnected from Podman.</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-rc.2',
version: '1.0.0-rc.3',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit 2a042b2

Please sign in to comment.