From 0da966f17055d64e9286c4b68e46fb402804f50b Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Fri, 7 Jul 2023 11:52:45 +0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 7 +++++++ map_machine/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfd346..37ea371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Improve colors for indoor features ([#139](https://github.com/enzet/map-machine/issues/139)). diff --git a/map_machine/__init__.py b/map_machine/__init__.py index f92077b..db77a21 100644 --- a/map_machine/__init__.py +++ b/map_machine/__init__.py @@ -9,7 +9,7 @@ __url__ = "https://github.com/enzet/map-machine" __doc_url__ = f"{__url__}/blob/main/README.md" __author__ = "Sergey Vartanov" __email__ = "me@enzet.ru" -__version__ = "0.1.8" +__version__ = "0.1.9" REQUIREMENTS: list[str] = [ "CairoSVG>=2.5.0",