Skip to content

Commit ff38314

Browse files
committed
prep v0.7.23
I'd actually intended the things here to be in v0.7.22, but I tagged the wrong revision. Embarrassing, but version numbers are free.
1 parent 5cc9334 commit ff38314

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
88
[API](ref/api.md) currently have no stability guarantees, so they may change
99
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
1010

11-
## v0.7.22 (2025-10-03)
11+
## v0.7.23 (2025-10-03)
1212

13-
* switch from per-layer to global `tracing` filter to avoid missing log lines
14-
(tokio-rs/tracing#2519)[https://github.com/tokio-rs/tracing/issues/2519]).
1513
* update Retina to [v0.4.14](https://github.com/scottlamb/retina/blob/main/CHANGELOG.md#v0414-2025-10-03),
1614
improving camera compatibility. Fixes [#344](https://github.com/scottlamb/moonfire-nvr/issues/344).
1715
* bump minimum Rust version to 1.88.
1816

17+
## v0.7.22 (2025-10-03)
18+
19+
(This version was tagged but never released due to an error.)
20+
21+
* switch from per-layer to global `tracing` filter to avoid missing log lines
22+
(tokio-rs/tracing#2519)[https://github.com/tokio-rs/tracing/issues/2519]).
23+
1924
## v0.7.21 (2025-04-04)
2025

2126
* Release with `mimalloc` allocator, which is significantly faster than the memory

guide/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
2626

2727
Download the binary for your platform from the matching GitHub release.
2828
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
29-
for version `v0.7.22`:
29+
for version `v0.7.23`:
3030

3131
```console
32-
$ VERSION=v0.7.22
32+
$ VERSION=v0.7.23
3333
$ ARCH=$(uname -m)
3434
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
3535
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
@@ -65,7 +65,7 @@ services:
6565
moonfire-nvr:
6666
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
6767
# aarch64); just pick the correct version.
68-
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.22
68+
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.23
6969
command: run
7070

7171
volumes:

0 commit comments

Comments
 (0)