Bump version to 0.4.1

This commit is contained in:
Avery 2024-02-18 18:30:05 -05:00
parent 9784a6ade7
commit 4eb59ce8c2
4 changed files with 17 additions and 3 deletions

2
Cargo.lock generated
View File

@ -661,7 +661,7 @@ dependencies = [
[[package]]
name = "delfin"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"bytes",

View File

@ -85,6 +85,20 @@
</provides>
<releases>
<release version="0.4.1" date="2024-02-18">
<description>
<ul>
<li>You can now mark movies, series, and episodes as watched or not watched</li>
<li>You can now click on My Media and Latest home section headings to see the rest of the collection</li>
<li>Movie runtime is now displayed above the description</li>
<li>The year that an item was released/in production is now displayed below its thumbnail</li>
<li>Fix app crashing when you try to close it</li>
<li>Updated dependencies</li>
<li>Translation updates from Weblate thanks to Codeberg users Filipe Motta, Fjuro, gallegonovato, Heimen Stoffels, ThetaDev, and yareg</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2024-01-28">
<description>
<p>Features:</p>

View File

@ -1,6 +1,6 @@
[package]
name = "delfin"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.76.0"

View File

@ -1,7 +1,7 @@
project(
'delfin',
'rust',
version: '0.4.0',
version: '0.4.1',
# bad hack to compile libvideo-player-mpv
subproject_dir: 'video_player_mpv',
meson_version: '>= 0.59',