Skip to content

Commit 0b2e51b

Browse files
authored
release: 0.5.3 (#382)
1 parent 63a0577 commit 0b2e51b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.3] - 2026-02-04
11+
12+
### Changed
13+
14+
- Reduce allocations in interval tree query ([#380](https://github.com/danroc/geoblock/pull/380))
15+
- Use `strings.Cut` in `parseForwardedFor` ([#381](https://github.com/danroc/geoblock/pull/381))
16+
- Simplify initialization and log messages ([#378](https://github.com/danroc/geoblock/pull/378))
17+
- Extract fetcher and loader into separate files ([#379](https://github.com/danroc/geoblock/pull/379))
18+
1019
## [0.5.2] - 2026-02-03
1120

1221
### Added
@@ -263,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263272
- Add CIDR unmarshalling and validation
264273
- Add autonomous systems to configuration
265274

266-
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.2...HEAD
275+
[Unreleased]: https://github.com/danroc/geoblock/compare/v0.5.3...HEAD
276+
[0.5.3]: https://github.com/danroc/geoblock/compare/v0.5.2...v0.5.3
267277
[0.5.2]: https://github.com/danroc/geoblock/compare/v0.5.1...v0.5.2
268278
[0.5.1]: https://github.com/danroc/geoblock/compare/v0.5.0...v0.5.1
269279
[0.5.0]: https://github.com/danroc/geoblock/compare/v0.4.1...v0.5.0

0 commit comments

Comments
 (0)