prepare v0.4.0

This commit is contained in:
Scott Lamb 2022-05-17 16:48:34 -07:00
parent 444afdd35d
commit 2b700fd32b
4 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## next
## `v0.4.0` (2022-05-17)
* BREAKING: remove deprecated `retina::client::Session<Playing>::teardown` and
`retina::client::Demuxed::teardown`; made private some items already

2
Cargo.lock generated
View File

@ -910,7 +910,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.4.0-alpha.0"
version = "0.4.0"
dependencies = [
"anyhow",
"base64",

View File

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

View File

@ -9,8 +9,7 @@ ONVIF RTSP/1.0 IP surveillance cameras, as needed by
[Moonfire NVR](https://github.com/scottlamb/moonfire-nvr). Works around
brokenness in cheap closed-source cameras.
Status: In production use in Moonfire NVR. Many missing features. Some breaking
changes needed to clean up APIs (see [#47](https://github.com/scottlamb/retina/issues/47).)
Status: In production use in Moonfire NVR. Many missing features.
Progress: