Skip to content

Commit ebec431

Browse files
committed
chore: Release mediathekviewweb version 0.4.1
1 parent c66f5cb commit ebec431

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2025-02-21
11+
1012
### Fixed
1113

1214
- Parse min and max duration as minutes. They were incorrectly intepreted as seconds before ([#2](https://github.com/d-k-bo/mediathekviewweb-rs/issues/2))
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5658

5759
- Initial release
5860

59-
[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.4.0...HEAD
61+
[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.4.1...HEAD
62+
[0.4.1]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.4.0...v0.4.1
6063
[0.4.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.1...v0.4.0
6164
[0.3.1]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.0...v0.3.1
6265
[0.3.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.2.0...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediathekviewweb"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Client for the MediathekViewWeb API"
66
repository = "https://github.com/d-k-bo/mediathekviewweb-rs"

0 commit comments

Comments
 (0)