Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Sep 6, 2024
1 parent 86f3513 commit f9d5836
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).

## [0.1.7] - 2024-09-06
### Added
- Add serde-derived `Serialize` / `Deserialize` implementations behind a
feature flag.

## [0.1.6] - 2024-02-14
### Changed
- Ignore unexpected SDP lines.
Expand Down Expand Up @@ -47,7 +52,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
## 0.1.0 - 2019-12-23
- Initial release of the `sdp-types` crate.

[Unreleased]: https://github.com/sdroege/sdp-types/compare/0.1.6...HEAD
[Unreleased]: https://github.com/sdroege/sdp-types/compare/0.1.7...HEAD
[0.1.7]: https://github.com/sdroege/sdp-types/compare/0.1.6...0.1.7
[0.1.6]: https://github.com/sdroege/sdp-types/compare/0.1.5...0.1.6
[0.1.5]: https://github.com/sdroege/sdp-types/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/sdroege/sdp-types/compare/0.1.3...0.1.4
Expand Down
66 changes: 61 additions & 5 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdp-types"
version = "0.1.6"
version = "0.1.7"
authors = ["Sebastian Dröge <[email protected]>"]
repository = "https://github.com/sdroege/sdp-types"
edition = "2018"
Expand Down

0 comments on commit f9d5836

Please sign in to comment.