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 e969a60
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e969a60

Please sign in to comment.