Update changelog.

This commit is contained in:
Sergey Vartanov 2023-07-07 11:52:45 +04:00
parent 26c4b045c0
commit 0da966f170
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## 0.1.9
- Fix a problem with a mutable field (Philipp, [#153](https://github.com/enzet/map-machine/issues/153)).
- Add icon for `natural=human`.
- Add `--hide-credit` option.
- Make colors more configurable.
## 0.1.8 ## 0.1.8
- Improve colors for indoor features ([#139](https://github.com/enzet/map-machine/issues/139)). - Improve colors for indoor features ([#139](https://github.com/enzet/map-machine/issues/139)).

View file

@ -9,7 +9,7 @@ __url__ = "https://github.com/enzet/map-machine"
__doc_url__ = f"{__url__}/blob/main/README.md" __doc_url__ = f"{__url__}/blob/main/README.md"
__author__ = "Sergey Vartanov" __author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru" __email__ = "me@enzet.ru"
__version__ = "0.1.8" __version__ = "0.1.9"
REQUIREMENTS: list[str] = [ REQUIREMENTS: list[str] = [
"CairoSVG>=2.5.0", "CairoSVG>=2.5.0",