Skip to content

Commit

Permalink
CHANGELOG: release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
  • Loading branch information
End-rey committed Aug 28, 2024
1 parent b4fb538 commit db79acc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Changelog for NeoFS LOCODE database

## [Unreleased]

## [0.7.0] - 2024-08-28

### Changed
- Go 1.22 is required to build now (#40, #43)
- Corrected known bad coordinates via a local override (#38)
- Drop cobra dependency, use standard packages to deal with flags (#42)

### Updated
- UN/LOCODE to `2024-1` version (#44)
- Switch data source to github.com/datasets/un-locode which has more suitable data format (#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
Expand Down Expand Up @@ -66,4 +82,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

0 comments on commit db79acc

Please sign in to comment.