prepare v0.0.3 release

This commit is contained in:
Scott Lamb 2021-06-28 14:13:18 -07:00
parent 48f2c2eb15
commit 037c501dfb
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,7 @@
## unreleased
## v0.0.3 (2021-06-28)
* BREAKING CHANGE: `Session<Playing>` now directly implements `Stream` instead of
through `pkts()`.
* Performance improvements.

4
Cargo.lock generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
[package]
name = "retina"
version = "0.0.2"
version = "0.0.3"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2018"

View File

@ -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