Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Sep 6, 2024
1 parent f8b51eb commit e7d67b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v

## [Unreleased]

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

### Changed
- Update MSRV to 1.65.

## [0.1.2]- 2024-06-13
### Fixed
- Fix build with new `tinyvec` that requires to explictly enable `alloc`
Expand Down Expand Up @@ -54,7 +62,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
## 0.0.1 - 2020-11-13
- Initial release of the `rtsp-types` crate.

[Unreleased]: https://github.com/sdroege/rtsp-types/compare/0.1.2...HEAD
[Unreleased]: https://github.com/sdroege/rtsp-types/compare/0.1.3...HEAD
[0.1.3]: https://github.com/sdroege/rtsp-types/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/sdroege/rtsp-types/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/sdroege/rtsp-types/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/sdroege/rtsp-types/compare/0.0.5...0.1.0
Expand Down
2 changes: 1 addition & 1 deletion 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 = "rtsp-types"
version = "0.1.2"
version = "0.1.3"
authors = ["Sebastian Dröge <[email protected]>"]
repository = "https://github.com/sdroege/rtsp-types"
edition = "2018"
Expand Down

0 comments on commit e7d67b1

Please sign in to comment.