From 46985f1d4830b8dd687dfaad96180d25548fab92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 14 Feb 2024 10:22:59 +0200 Subject: [PATCH] Release 0.1.6 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23b192..662f38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 02e0faf..fce827b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdp-types" -version = "0.1.5" +version = "0.1.6" authors = ["Sebastian Dröge "] repository = "https://github.com/sdroege/sdp-types" edition = "2018"