From 8dec1cc4e29e04b93a08af660abd15d26c1d1ecd Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Mon, 3 Oct 2022 22:21:24 +0200 Subject: [PATCH 1/2] chore(app-data): Update changelog --- data/com.github.marhkb.Pods.metainfo.xml.in.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/com.github.marhkb.Pods.metainfo.xml.in.in b/data/com.github.marhkb.Pods.metainfo.xml.in.in index 87ad086c3..936816abe 100644 --- a/data/com.github.marhkb.Pods.metainfo.xml.in.in +++ b/data/com.github.marhkb.Pods.metainfo.xml.in.in @@ -58,6 +58,21 @@ https://github.com/marhkb/pods/issues + + +

The fifth beta release of Pods 1.0.0 includes the following changes:

+
    +
  • Some typos were fixed, thanks to @kianmeng.
  • +
  • A tab to specify infra settings were added to the pod creation page, thanks to @vv9k.
  • +
  • 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.
  • +
  • The local search for images, containers and pods is now case-insensitive.
  • +
  • There were small visual adjustments all over the place.
  • +
  • Minor bug fixes
  • +
  • Internal code improvements
  • +
  • Translation updates
  • +
+
+

Here comes the fourth beta release of Pods 1.0.0 with the following changes:

From 28f24561f760eae0d04bb62e8175d5f38298ecdf Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Mon, 3 Oct 2022 22:27:17 +0200 Subject: [PATCH 2/2] chore: Bump version to 1.0.0-beta.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2753396b..5611276d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "pods" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 58c7ec6cf..261a105c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pods" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" authors = ["Marcus Behrendt "] edition = "2021" diff --git a/meson.build b/meson.build index 66cb70a6f..979ccc1e1 100644 --- a/meson.build +++ b/meson.build @@ -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, )