Skip to content

Commit f79aefc

Browse files
committed
Prepare releasing 0.6.1
1 parent 9a84eab commit f79aefc

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-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
@@ -7,7 +7,7 @@ repository = "https://github.com/marin-m/SongRec"
77
readme = "README.md"
88
keywords = ["shazam", "audio", "audio-fingerprinting"]
99
categories = ["multimedia::audio", "command-line-utilities"]
10-
version = "0.6.0"
10+
version = "0.6.1"
1111
authors = ["marin-m"]
1212
edition = "2018"
1313

packaging/ppa/debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
songrec (0.6.1) bionic; urgency=low
2+
3+
* Improve accessibility
4+
* Update metainfo.xml to better fit the GNOME Circle and Flathub guidelines
5+
* Move translations to Weblate (https://weblate.fossplant.re/)
6+
* Auto-generate manpage files
7+
* Add CI and DOAP files
8+
9+
-- Marin <marin-m@users.noreply.github.com> Fri, 14 Feb 2026 09:11:43 +0100
10+
111
songrec (0.6.0+5) bionic; urgency=low
212

313
* Add missing build dependencies over libdbus

packaging/rootfs/usr/share/metainfo/re.fossplant.songrec.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ https://hughsie.github.io/oars/index.html
5858
-->
5959
<content_rating type="oars-1.1" />
6060
<releases>
61+
<release version="0.6.1" date="2026-02-14">
62+
<description>
63+
<p>Improve accessibility</p>
64+
<p>Update metainfo.xml to better fit the GNOME Circle and Flathub guidelines</p>
65+
<p>Move translations to Weblate (weblate.fossplant.re)</p>
66+
<p>Auto-generate manpage files</p>
67+
<p>Add CI and DOAP files</p>
68+
</description>
69+
</release>
6170
<release version="0.6.0" date="2026-02-12">
6271
<description>
6372
<p>Update interface to GTK 4 (issue #206)</p>

packaging/snap-not-working/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: songrec # you probably want to 'snapcraft register <name>'
22
base: core20 # the base snap is the execution environment for this snap
3-
version: '0.6.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.6.1' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: An open-source, unofficial Shazam client for Linux, written in Rust # 79 char long summary
55
description: |
66
Features:

src/gui/interface.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Contributors https://github.com/marin-m/SongRec/graphs/contributors</property>
545545
<property name="license-type">gpl-3-0</property>
546546
<property name="support-url">https://matrix.to/#/!DZgyxHTQHSssuGdiHl:matrix.org</property>
547547
<property name="translator-credits">SongRec translators https://github.com/marin-m/SongRec/tree/master/translations&gt;</property>
548-
<property name="version">0.6.0</property>
548+
<property name="version">0.6.1</property>
549549
<property name="website">https://songrec.fossplant.re/</property>
550550
</object>
551551
<menu id="history_menu_model">

0 commit comments

Comments
 (0)