prep v0.3.7
This commit is contained in:
parent
7ce611358d
commit
e4be827a63
@ -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
2
Cargo.lock
generated
@ -923,7 +923,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "retina"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user