Skip to content

Commit 906cc41

Browse files
committed
v1.6.0
1 parent 19bdc85 commit 906cc41

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geopard"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = ["ranfdev <[email protected]>"]
55
edition = "2021"
66

data/com.ranfdev.Geopard.metainfo.xml.in.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
</custom>
8585

8686
<releases>
87+
<release version="1.6.0" date="2024-07-03">
88+
<description>
89+
<p>Various small fixes</p>
90+
</description>
91+
</release>
8792
<release version="1.5.0" date="2024-04-10">
8893
<description>
8994
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'geopard',
33
'rust',
4-
version: '1.5.0',
4+
version: '1.6.0',
55
meson_version: '>= 0.59',
66
# license: MIT,
77
)

nix/geopard.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
stdenv.mkDerivation {
2424
pname = "geopard";
25-
version = "1.5.0";
25+
version = "1.6.0";
2626

2727
cargoDeps = rustPlatform.importCargoLock {
2828
lockFile = ../Cargo.lock;

0 commit comments

Comments
 (0)