prep v0.3.4

This commit is contained in:
Scott Lamb 2021-10-26 21:32:27 -07:00
parent 990293faf1
commit 35575b7551
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## `v0.3.4` (2021-10-26)
* use `rtsp-types` 0.0.3, and thus `nom` 7.0.
## `v0.3.3` (2021-10-20)
* [#25](https://github.com/scottlamb/retina/issues/25): better HTTP

2
Cargo.lock generated
View File

@ -940,7 +940,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"anyhow",
"base64",

View File

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