File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments