From a09f563536824152a93d6ffabff0cb48787e56cf Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 28 Feb 2025 17:44:20 +0300 Subject: [PATCH] CHANGELOG: release 0.8.0 Signed-off-by: Roman Khimov --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab90ed4..ec72378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Changelog for NeoFS LOCODE database ## [Unreleased] +## [0.8.0] - 2025-02-28 + +### Removed +- Useless exported types (#54) + +### Updated +- UN/LOCODE to `2024-2` version (#51) +- github.com/stretchr/testify dependency to v1.10.0 (#55) +- golang.org/x/text dependency to v0.22.0 (#55) + ## [0.7.0] - 2024-08-28 ### Changed @@ -83,4 +93,5 @@ Initial release. [0.5.0]: https://github.com/nspcc-dev/locode-db/compare/v0.4.0...v0.5.0 [0.6.0]: https://github.com/nspcc-dev/locode-db/compare/v0.5.0...v0.6.0 [0.7.0]: https://github.com/nspcc-dev/locode-db/compare/v0.6.0...v0.7.0 -[Unreleased]: https://github.com/nspcc-dev/locode-db/compare/v0.7.0...master +[0.8.0]: https://github.com/nspcc-dev/locode-db/compare/v0.7.0...v0.8.0 +[Unreleased]: https://github.com/nspcc-dev/locode-db/compare/v0.8.0...master