Skip to content

Commit 0ca1b75

Browse files
committed
chore: Release mediathekviewweb version 0.3.0
1 parent 812dd8c commit 0ca1b75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.3.0] - 2024-03-27
11+
1012
### Changed
1113

1214
- BREAKING: Update `reqwest` to v0.12.x which is based on `hyper`, `http` and `http-body` v1
@@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840

3941
- Initial release
4042

41-
[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.2.0...HEAD
43+
[Unreleased]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.3.0...HEAD
44+
[0.3.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.2.0...v0.3.0
4245
[0.2.0]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.1.2...v0.2.0
4346
[0.1.2]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.1.1...v0.1.2
4447
[0.1.1]: https://github.com/d-k-bo/mediathekviewweb-rs/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediathekviewweb"
3-
version = "0.2.0"
3+
version = "0.3.0"
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)