Skip to main content

max / makenotwork

Bump pom to 0.4.0 0.3.5 has stood across several feature commits: the shared /status.json payload, /api/versions, systemd and SyncKit fleet checks, and migrations through 13. The deployed builds on astra and hetzner predate all of it and could not be told apart by version.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 01:01 UTC
Commit: 103c598a9c46ce2ea46f6f760207ef658cbbbc74
Parent: c95d98c
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.3.5"
1654 + version = "0.4.0"
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.3.5"
3 + version = "0.4.0"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6