From 0c0c0692f30d31c1f8a2c21f20cdf3b345f33656 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 23 Sep 2021 18:18:50 -0700 Subject: [PATCH] prepare version 0.6.6 --- CHANGELOG.md | 2 +- README.md | 2 +- guide/install.md | 2 +- server/Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- server/db/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03a22e..23b7860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ changes, see Git history. Each release is tagged in Git and on the Docker repository [`scottlamb/moonfire-nvr`](https://hub.docker.com/r/scottlamb/moonfire-nvr). -## unreleased +## `v0.6.6` (2021-09-23) * fix [#146](https://github.com/scottlamb/moonfire-nvr/issues/146): "init segment fetch error" when browsers have cached data from `v0.6.4` and diff --git a/README.md b/README.md index 3a9b09a..f3ea899 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ There's no support yet for motion detection, no https/TLS support (you'll need a proxy server, as described [here](guide/secure.md)), and only a console-based (rather than web-based) configuration UI. -Moonfire NVR is currently at version 0.6.5. Until version 1.0, there will be no +Moonfire NVR is currently at version 0.6.6. Until version 1.0, there will be no compatibility guarantees: configuration and storage formats may change from version to version. There is an [upgrade procedure](guide/schema.md) but it is not for the faint of heart. diff --git a/guide/install.md b/guide/install.md index 570dbdc..5f1384f 100644 --- a/guide/install.md +++ b/guide/install.md @@ -66,7 +66,7 @@ $ sudo chmod a+rx /usr/local/bin/nvr # Set your timezone here. tz="America/Los_Angeles" -# or eg "scottlamb/moonfire-nvr:v0.6.5" to specify a particular version. +# or eg "scottlamb/moonfire-nvr:v0.6.6" to specify a particular version. image_name="scottlamb/moonfire-nvr:latest" container_name="moonfire-nvr" common_docker_run_args=( diff --git a/server/Cargo.lock b/server/Cargo.lock index 4380c3a..60b25d8 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -1210,7 +1210,7 @@ dependencies = [ [[package]] name = "moonfire-db" -version = "0.6.5" +version = "0.6.6" dependencies = [ "base64", "blake3", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "moonfire-nvr" -version = "0.6.5" +version = "0.6.6" dependencies = [ "base64", "blake3", diff --git a/server/Cargo.toml b/server/Cargo.toml index 76374dc..1ff708d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moonfire-nvr" -version = "0.6.5" +version = "0.6.6" authors = ["Scott Lamb "] edition = "2018" license-file = "../LICENSE.txt" diff --git a/server/db/Cargo.toml b/server/db/Cargo.toml index 0969261..47d2fc3 100644 --- a/server/db/Cargo.toml +++ b/server/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moonfire-db" -version = "0.6.5" +version = "0.6.6" authors = ["Scott Lamb "] readme = "../README.md" edition = "2018"