Skip to content

Commit 34ca40d

Browse files
authored
release: 0.5.4 (#389)
1 parent bee61a4 commit 34ca40d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.4] - 2026-02-05
11+
12+
### Added
13+
14+
- Compact IP database by merging identical intervals ([#388](https://github.com/danroc/geoblock/pull/388))
15+
16+
### Changed
17+
18+
- Return slice from query instead of pointer in interval tree ([#386](https://github.com/danroc/geoblock/pull/386))
19+
- Improve Grafana dashboard counter panels ([#384](https://github.com/danroc/geoblock/pull/384))
20+
1021
## [0.5.3] - 2026-02-04
1122

1223
### Changed
@@ -272,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
272283
- Add CIDR unmarshalling and validation
273284
- Add autonomous systems to configuration
274285

275-
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.3...HEAD
286+
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.4...HEAD
287+
[0.5.4]: https://github.com/danroc/geoblock/compare/v0.5.3...v0.5.4
276288
[0.5.3]: https://github.com/danroc/geoblock/compare/v0.5.2...v0.5.3
277289
[0.5.2]: https://github.com/danroc/geoblock/compare/v0.5.1...v0.5.2
278290
[0.5.1]: https://github.com/danroc/geoblock/compare/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)