prep v0.3.7

This commit is contained in:
Scott Lamb 2022-01-28 09:17:22 -08:00
parent 7ce611358d
commit e4be827a63
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## `v0.3.7` (2022-01-28)
* [#50](https://github.com/scottlamb/retina/pull/50): fix a panic on certain
invalid H.264 `sprop-parameter-sets`
* documentation improvements
## `v0.3.6` (2021-12-29)
* correctly expire stale session entries that track live555 stale file

2
Cargo.lock generated
View File

@ -923,7 +923,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.3.6"
version = "0.3.7"
dependencies = [
"anyhow",
"base64",

View File

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