File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.1] - 2026-01-22
11+
12+ ### Added
13+
14+ - Add graceful shutdown ([ #351 ] ( https://github.com/danroc/geoblock/pull/351 ) )
15+
16+ ### Fixed
17+
18+ - Fix time.Tick leak ([ #351 ] ( https://github.com/danroc/geoblock/pull/351 ) )
19+ - Fix version format to match git describe output ([ #342 ] ( https://github.com/danroc/geoblock/pull/342 ) )
20+
21+ ### Changed
22+
23+ - Migrate to golangci-lint v2 ([ #343 ] ( https://github.com/danroc/geoblock/pull/343 ) , [ #345 ] ( https://github.com/danroc/geoblock/pull/345 ) )
24+ - Extend Docker workflow to publish develop images ([ #339 ] ( https://github.com/danroc/geoblock/pull/339 ) )
25+
1026## [ 0.5.0] - 2025-12-19
1127
1228### Changed
@@ -235,7 +251,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235251- Add CIDR unmarshalling and validation
236252- Add autonomous systems to configuration
237253
238- [ Unreleased ] : https://github.com/danroc/geoblock/compare/v0.5.0...HEAD
254+ [ Unreleased ] : https://github.com/danroc/geoblock/compare/v0.5.1...HEAD
255+ [ 0.5.1 ] : https://github.com/danroc/geoblock/compare/v0.5.0...v0.5.1
239256[ 0.5.0 ] : https://github.com/danroc/geoblock/compare/v0.4.1...v0.5.0
240257[ 0.4.1 ] : https://github.com/danroc/geoblock/compare/v0.4.0...v0.4.1
241258[ 0.4.0 ] : https://github.com/danroc/geoblock/compare/v0.3.3...v0.4.0
You can’t perform that action at this time.
0 commit comments