From e969a60c994a091aa026527ceaf31182bc0ba114 Mon Sep 17 00:00:00 2001 From: Andrey Butusov Date: Wed, 28 Aug 2024 11:19:09 +0300 Subject: [PATCH] CHANGELOG: release 0.7.0 Signed-off-by: Andrey Butusov --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4dcef..9d64d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ Changelog for NeoFS LOCODE database ## [Unreleased] +## [0.7.0] - 2024-08-28 + +### Changed +- Go 1.22 is required to build now (#40, #43) +- Added a file with which you can overwrite the coordinates of incorrect +records (#38) +- Drop cobra dependency, so there is no CLI (#42) + +### Updated +- UN/LOCODE to `2024-1` version (#44) +- UN/LOCODE files from gitHub (#37) +- Continents file from known source (#45) + +### Fixed +- UN/LOCODE files now in Utf-8, without wrong symbols (#37) +- Support float coordinates from UN/LOCODE files (#38) + ## [0.6.0] - 2024-02-20 ### Changed @@ -66,4 +83,5 @@ Initial release. [0.4.0]: https://github.com/nspcc-dev/locode-db/compare/v0.3.0...v0.4.0 [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 -[Unreleased]: https://github.com/nspcc-dev/locode-db/compare/v0.6.0...master +[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