Skip to content

Commit

Permalink
Merge pull request #363 from marhkb/chore/prepare-v1.0.0-beta.5
Browse files Browse the repository at this point in the history
Chore/prepare-v1.0.0-beta.5
  • Loading branch information
marhkb authored Oct 3, 2022
2 parents 84c99e5 + 28f2456 commit 4a22f5e
Show file tree
Hide file tree
Showing 4 changed files with 18 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.4"
version = "1.0.0-beta.5"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
15 changes: 15 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,21 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.0-beta.5" date="2022-10-03">
<description>
<p>The fifth beta release of Pods 1.0.0 includes the following changes:</p>
<ul>
<li>Some typos were fixed, thanks to @kianmeng.</li>
<li>A tab to specify infra settings were added to the pod creation page, thanks to @vv9k.</li>
<li>There is now a widget that provides an overview of actions, such as building an image. Thus, the state of most actions can now be tracked.</li>
<li>The local search for images, containers and pods is now case-insensitive.</li>
<li>There were small visual adjustments all over the place.</li>
<li>Minor bug fixes</li>
<li>Internal code improvements</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="1.0.0-beta.4" date="2022-09-26">
<description>
<p>Here comes the fourth beta release of Pods 1.0.0 with the following changes:</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.4',
version: '1.0.0-beta.5',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down

0 comments on commit 4a22f5e

Please sign in to comment.