Add local build feature #5

Merged
realloc merged 1 commit from realloc/frostfs-locode-db:local_build into master 2023-07-26 21:07:55 +00:00

View file

@ -1,6 +1,19 @@
# Changelog
Changelog for FrostFS LOCODE database
## 0.4.0 - 2023-04-24
Now we can build UN/LOCODE DB without Internet connection and with a
reproducible result, as we take all inputs form files stored in local
repository.
### Changed
- Added data sources into repository to provide offline builds (#5)
- Rename data files to simplify update (#5)
### Fixed
- Makefile fixes for parallel make (#4)
## 0.3.1 - 2022-12-22
### Changed