Skip to content

Commit

Permalink
Merge pull request #659 from marhkb/backports/1.1
Browse files Browse the repository at this point in the history
Backports for 1.1
  • Loading branch information
marhkb committed May 13, 2023
2 parents e584d9c + 9ae1688 commit d176f9d
Show file tree
Hide file tree
Showing 10 changed files with 117 additions and 138 deletions.
142 changes: 24 additions & 118 deletions 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.1.2"
version = "1.1.3"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
11 changes: 11 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,17 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.1.3" date="2023-05-13">
<description>
<p>Pods 1.1.3 contains the following fixes and chores:</p>
<ul>
<li>The app no longer crashes when overriding the GTK theme.</li>
<li>Fixed a bug that caused the application to crash when changing certain properties of the search field in the Inspector.</li>
<li>It was notified about an incorrect property in the Health Check log.</li>
<li>Dependencies have been updated.</li>
</ul>
</description>
</release>
<release version="1.1.2" date="2023-05-10">
<description>
<p>Pods 1.1.2 contains the following fixes and performance improvements and chores:</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.1.2',
version: '1.1.3',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down
1 change: 1 addition & 0 deletions podman-api-rs
Submodule podman-api-rs added at 8e0190
Loading

0 comments on commit d176f9d

Please sign in to comment.