Skip to main content

max / makenotwork

Release pom v0.4.1 First release through Bento. Ships the alert-queue and peer-identity error logging, and pom --version, which the recipe and the installer both assert against.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 23:47 UTC
Signed with PGP, not checked
Commit: 8104661bba1228c06b19fc41f9ebcd9a354b15ce
Parent: 9362c05
2 files changed, +2 insertions, -2 deletions
M pom/Cargo.lock +1 -1
@@ -1651,7 +1651,7 @@
1651 1651
1652 1652 [[package]]
1653 1653 name = "pom"
1654 - version = "0.4.0"
1654 + version = "0.4.1"
1655 1655 dependencies = [
1656 1656 "axum",
1657 1657 "chrono",
M pom/Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "pom"
3 - version = "0.4.0"
3 + version = "0.4.1"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6