From 037c501dfb4dc8f719c7f031ec6d90663a1a78e8 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Mon, 28 Jun 2021 14:13:18 -0700 Subject: [PATCH] prepare v0.0.3 release --- CHANGELOG.md | 2 ++ Cargo.lock | 4 +++- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871a10e..dba28e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## unreleased +## v0.0.3 (2021-06-28) + * BREAKING CHANGE: `Session` now directly implements `Stream` instead of through `pkts()`. * Performance improvements. diff --git a/Cargo.lock b/Cargo.lock index a7bfa90..5d09af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.15.1" @@ -1085,7 +1087,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "retina" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-stream", "base64", diff --git a/Cargo.toml b/Cargo.toml index 52bc62c..5ee2be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retina" -version = "0.0.2" +version = "0.0.3" authors = ["Scott Lamb "] license = "MIT/Apache-2.0" edition = "2018" diff --git a/README.md b/README.md index 31e0068..624320e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Progress: ([RFC 6184](https://datatracker.ietf.org/doc/html/rfc6184)) * [ ] SVC * [ ] periodic infra refresh - * [ ] multiple slices per picture + * [x] multiple slices per picture * [ ] multiple SPS/PPS * [ ] interleaved mode * audio @@ -46,8 +46,8 @@ Progress: fields are exposed directly vs use an accessors, etc.) * [ ] rich errors. (Currently uses untyped errors with the deprecated `failure` crate; some error messages are quite detailed, others aren't.) -* [ ] good functional testing coverage. (Currently lightly / unevenly tested. - The depacketizers have no tests.) +* [ ] good functional testing coverage. (Currently lightly / unevenly tested.) + Most depacketizers have no tests.) * [ ] fuzz testing. (In progress.) * [x] benchmark