Skip to content

Commit 41e37f8

Browse files
committed
Release 0.1.8
1 parent c6f08c4 commit 41e37f8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
66
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
77

8+
## [0.1.8] - 2025-03-10
9+
### Fixed
10+
- Ignore extra trailing spaces in time/repeat/timezone fields.
11+
812
## [0.1.7] - 2024-09-06
913
### Added
1014
- Add serde-derived `Serialize` / `Deserialize` implementations behind a
@@ -52,7 +56,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
5256
## 0.1.0 - 2019-12-23
5357
- Initial release of the `sdp-types` crate.
5458

55-
[Unreleased]: https://github.com/sdroege/sdp-types/compare/0.1.7...HEAD
59+
[Unreleased]: https://github.com/sdroege/sdp-types/compare/0.1.8...HEAD
60+
[0.1.8]: https://github.com/sdroege/sdp-types/compare/0.1.7...0.1.8
5661
[0.1.7]: https://github.com/sdroege/sdp-types/compare/0.1.6...0.1.7
5762
[0.1.6]: https://github.com/sdroege/sdp-types/compare/0.1.5...0.1.6
5863
[0.1.5]: https://github.com/sdroege/sdp-types/compare/0.1.4...0.1.5

Cargo.lock.msrv

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 = "sdp-types"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Sebastian Dröge <[email protected]>"]
55
repository = "https://github.com/sdroege/sdp-types"
66
edition = "2018"

0 commit comments

Comments
 (0)