Skip to content

Commit 62b4fb6

Browse files
authored
release: 0.5.6 (#415)
1 parent 90a9c72 commit 62b4fb6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.6] - 2026-02-13
11+
12+
### Changed
13+
14+
- Simplify version management ([#414](https://github.com/danroc/geoblock/pull/414))
15+
- Replace `Star` with allocation-free `MatchFold` ([#403](https://github.com/danroc/geoblock/pull/403))
16+
- Rename `Compact` to `Compacted` ([#402](https://github.com/danroc/geoblock/pull/402))
17+
- Add cache volume to compose examples ([#401](https://github.com/danroc/geoblock/pull/401))
18+
- Small dashboard improvements ([#400](https://github.com/danroc/geoblock/pull/400))
19+
- Improve unit tests ([#399](https://github.com/danroc/geoblock/pull/399))
20+
- Update Go to v1.26.0 ([#412](https://github.com/danroc/geoblock/pull/412))
21+
1022
## [0.5.5] - 2026-02-06
1123

1224
### Added
@@ -295,7 +307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295307
- Add CIDR unmarshalling and validation
296308
- Add autonomous systems to configuration
297309

298-
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.5...HEAD
310+
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.6...HEAD
311+
[0.5.6]: https://github.com/danroc/geoblock/compare/v0.5.5...v0.5.6
299312
[0.5.5]: https://github.com/danroc/geoblock/compare/v0.5.4...v0.5.5
300313
[0.5.4]: https://github.com/danroc/geoblock/compare/v0.5.3...v0.5.4
301314
[0.5.3]: https://github.com/danroc/geoblock/compare/v0.5.2...v0.5.3

0 commit comments

Comments
 (0)