Skip to content

Commit f3419a1

Browse files
committed
build: Bump version to v2.0.2
1 parent 0e17a97 commit f3419a1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pods"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["Marcus Behrendt <[email protected]>"]
55
edition = "2021"
66

data/com.github.marhkb.Pods.metainfo.xml.in.in

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
4343
<content_rating type="oars-1.1"/>
4444
<releases>
45+
<release version="2.0.2" date="2024-09-20">
46+
<description translatable="no">
47+
<p>This release updates the project dependencies to stable versions.</p>
48+
</description>
49+
</release>
4550
<release version="2.0.1" date="2023-12-18">
4651
<description translatable="no">
4752
<p>The first point release of Pods contains the following fixes and style improvements:</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pods',
33
'rust',
4-
version: '2.0.1',
4+
version: '2.0.2',
55
meson_version: '>= 0.59',
66
license: 'GPL3+',
77
)

0 commit comments

Comments
 (0)