prep 0.7.11

This commit is contained in:
Scott Lamb 2023-12-29 15:37:58 -08:00
parent 7d12e8033d
commit cca430b701
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
[API](ref/api.md) currently have no stability guarantees, so they may change
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
## unreleased
## v0.7.11 (2023-12-29)
* upgrade some Rust dependencies. Most notably, Retina 0.4.6 improves camera
compatibility.

View File

@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
Download the binary for your platform from the matching GitHub release.
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
for version `v0.7.10` on Intel machines:
for version `v0.7.11`:
```console
$ VERSION=v0.7.10
$ VERSION=v0.7.11
$ ARCH=$(uname -m)
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
@ -46,7 +46,7 @@ workflow. You may find the following Docker compose snippet useful:
version: 3
services:
moonfire-nvr:
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.10
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.11
command: run
volumes: