Skip to content

Commit 83a2705

Browse files
committed
chore: prepare release v0.9.0
1 parent 8af4e38 commit 83a2705

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2026-03-19
11+
1012
### Added
1113

1214
- **Persistent state across restarts** (`rescan_state.db`): Watched addresses, UTXO set, and rescan metadata (last scanned tip, start height) are now persisted to a separate bbolt database. On restart, the server restores its previous state so UTXOs are available immediately without re-scanning. The state store uses three buckets (`watched_addrs`, `utxo_set`, `rescan_meta`) and is optional (nil = no persistence) for backward compatibility with tests.
@@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179181
- RESTful JSON API
180182
- Configurable via CLI flags or environment variables
181183

182-
[Unreleased]: https://github.com/yourusername/neutrino-api/compare/v0.8.0...HEAD
184+
[Unreleased]: https://github.com/yourusername/neutrino-api/compare/v0.9.0...HEAD
185+
[0.9.0]: https://github.com/yourusername/neutrino-api/compare/v0.8.0...v0.9.0
183186
[0.8.0]: https://github.com/yourusername/neutrino-api/compare/v0.7.0...v0.8.0
184187
[0.7.0]: https://github.com/yourusername/neutrino-api/compare/v0.6.1...v0.7.0
185188
[0.6.1]: https://github.com/yourusername/neutrino-api/compare/v0.6.0...v0.6.1

signatures/v0.9.0/SHA256SUMS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
66b0a15c8c213e2933e0dee2bd689080ce21e38e943f1254a75fa6c35b35dfc7 neutrinod-linux-arm64
2+
72e1b38bc8513bbde2503c5cb22b2a7285c10b06e659f30e02bdd2b14874a987 neutrinod-darwin-arm64
3+
b52a9507625b99b06ab87b7fd2fd6f5ac0b11f2df4e57a681d8901f11d79d60e neutrinod-linux-amd64
4+
f858da219bf1c93b53b9e31194920483615f9bc27ae6b9c1767624956aae5cbf neutrinod-windows-amd64.exe
5+
fbc0acdf29b17c8a50d0738c432020fe3e165b469d67dc15d9957af828b89b7f neutrinod-darwin-amd64

signatures/v0.9.0/SHA256SUMS.asc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iQIzBAABCgAdFiEEHFOkEtEe8wUXBEGcRJEuHgMAWzEFAmm7rVAACgkQRJEuHgMA
4+
WzF6Cw/+IkTOlw+2+bp0cSfN19NdpfphwfSRsqbHdtZVef1ENjnVwR1ATorFb/yk
5+
U5U4DICjzGfATdBfqx0srr9rnG4Py3zpmuYZwsSxbdmX6+xTQejNWBiqx8WAIrzv
6+
d8QIaxtBxSzpfhQnr8lRBVMcOAh07WsI68tcGWAxCPSGPeAJrTJ+qJiBzTa8nol+
7+
09L4jSGSsiuxUsKGhobBcUpZCv0dZ87hszLgN0GJJtgFaYmDG+r/98GW2LkON4Xl
8+
8v8FV+8jjarjlUm+xnF5ocH98EtdaCNFhfESbdMusuIxa0k+dqeptczAMdj6cIiZ
9+
eOy076Wqo//ofPRBC1CW8rmmyFC1wVq7mtLENN/4+ML1YcO/RvYvrNtwt/C8+Kj6
10+
dppzx+r9QXvuijgaWf0k0gQ3Gphj262NJWBVpeyPcBKIRBZEQ2QuJyLlVmPLtjvn
11+
1JWukauvTnABEfsFef25JsDCh4ntCMA4S9hTwxz59DaE84DRp3T19tXNxVaNZ7/d
12+
K0A8HybiJP/SN+iwK/ygIy9d4xAXRQ7I3iEFNjdpqF9G6K5iqYApLmdIR7AUk0tN
13+
CuwDWCYbo5cynw3ALY7SN62SIN+hYnTKzIokJlTkYhKtwoYHFAzcSSml4tDIIstC
14+
Dp1RELnr2ml/np83S0zlwm+k0ppb2d4ty9Tbvp2CXerabwkcVvM=
15+
=0o/n
16+
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)