forked from TrueCloudLab/frostfs-locode-db
Release v0.3.0
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
606f993290
commit
688bbdaac3
4 changed files with 36 additions and 9 deletions
|
@ -1,6 +1,15 @@
|
|||
# Changelog
|
||||
Changelog for NeoFS LOCODE database
|
||||
|
||||
## 0.3.0 - 2022-10-28
|
||||
|
||||
### Changed
|
||||
- Added Makefile to simplify DB build (#9)
|
||||
- Added .deb packages support (#11)
|
||||
|
||||
### Updated
|
||||
- UN/LOCODE to `2022-1` version
|
||||
|
||||
## 0.2.1 - 2021-11-02
|
||||
|
||||
### Changed
|
||||
|
|
22
README.md
22
README.md
|
@ -68,7 +68,7 @@ $ ./neofs-cli util locode generate \
|
|||
--airports airports.dat \
|
||||
--continents continents.geojson \
|
||||
--countries countries.dat \
|
||||
--in 2020-2\ UNLOCODE\ CodeListPart1.csv,2020-2\ UNLOCODE\ CodeListPart2.csv,2020-2\ UNLOCODE\ CodeListPart3.csv \
|
||||
--in 2022-1\ UNLOCODE\ CodeListPart1.csv,2022-1\ UNLOCODE\ CodeListPart2.csv,2022-1\ UNLOCODE\CodeListPart3.csv \
|
||||
--subdiv 2020-2\ SubdivisionCodes.csv \
|
||||
--out locode_db
|
||||
```
|
||||
|
@ -82,7 +82,25 @@ Country: Russia
|
|||
Location: Saint Petersburg (ex Leningrad)
|
||||
Continent: Europe
|
||||
Subdivision: [SPE] Sankt-Peterburg
|
||||
Coordinates: 59.53, 30.15
|
||||
Coordinates: 59.88, 30.25
|
||||
```
|
||||
|
||||
# Building Debian package
|
||||
|
||||
The most simple way is to run a make target
|
||||
|
||||
```shell
|
||||
$ make debpackage
|
||||
```
|
||||
|
||||
When packages are built, you can clean up the leftover with
|
||||
|
||||
```shell
|
||||
$ dh clean
|
||||
```
|
||||
or
|
||||
```shell
|
||||
$ make debclean
|
||||
```
|
||||
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.2.1
|
||||
v0.3.0
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
|||
neofs-locode-db (0.2.1) stable; urgency=medium
|
||||
neofs-locode-db (0.3.0) stable; urgency=medium
|
||||
|
||||
* Initial change.
|
||||
|
||||
|
|
Loading…
Reference in a new issue