Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Jan 6, 2023
1 parent 2383d28 commit f080e50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
## Unreleased
## 0.1.8

- Improve colors for indoor features ([#139](https://github.com/enzet/map-machine/issues/139)).
- Support empty scheme file ([#140](https://github.com/enzet/map-machine/issues/140)).
- Add icons for flags.
- Add icons for:
- flags,
- camp, fire, `tourism=camp_pitch` ([#144](https://github.com/enzet/map-machine/issues/144)).
- Support `tourism=artwork` for ways.
- Enhance argument processing ([#100](https://github.com/enzet/map-machine/issues/100)).
- Reuse icon for `traffic_sign=*`.
- Reuse icon for:
- `traffic_sign=*`,
- `parking=yes`,
- `drinking_water=yes`,
- `dog=yes`,
- `shower=yes`,
- `washing_machine=yes`.
- Fix style for golf features.
- Fix leading `-` issue in argument parsing.

## 0.1.7

Expand Down
2 changes: 1 addition & 1 deletion map_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__doc_url__ = f"{__url__}/blob/main/README.md"
__author__ = "Sergey Vartanov"
__email__ = "[email protected]"
__version__ = "0.1.7"
__version__ = "0.1.8"

REQUIREMENTS: list[str] = [
"CairoSVG>=2.5.0",
Expand Down

0 comments on commit f080e50

Please sign in to comment.