Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 14, 2024
1 parent c3f81b5 commit 46985f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## unreleased
## [0.1.6] - 2024-02-14
### Changed
- Ignore unexpected SDP lines.
- Declare 1.65 as MSRV.
- Don't enable default features of `bstr` to reduce dependencies considerably.

## [0.1.5] - 2022-10-28
### Changed
Expand Down Expand Up @@ -45,7 +47,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.4...HEAD
[Unreleased]: https://github.com/sdroege/sdp-types/compare/0.1.6...HEAD
[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
[0.1.3]: https://github.com/sdroege/sdp-types/compare/0.1.2...0.1.3
Expand Down
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.5"
version = "0.1.6"
authors = ["Sebastian Dröge <[email protected]>"]
repository = "https://github.com/sdroege/sdp-types"
edition = "2018"
Expand Down

0 comments on commit 46985f1

Please sign in to comment.