Skip to content

Commit

Permalink
Include changelog in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 29, 2024
1 parent 03e9609 commit ed69b50
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e

cp CHANGELOG.md docs/changelog.md

poetry run mkdocs build
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog for MapLibre for Python

## maplibre v0.1.2

* Add `Map.set_data`
* Add `Map.set_visibility`
* Do not import `ipywidget.MapWidget` in `__init__` and skip tests for `MapWidget`, because it causes a `core dumped` error, see [anywidget issue](https://github.com/manzt/anywidget/issues/374)
* Remove `requests` dependency
* Remove dead code
* Add more examples

## maplibre v0.1.1

* Initial PyPI release
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- Layers: layers.md
- Shiny: shiny.md
- Jupyter: jupyter.md
- Changelog: changelog.md
- API Documentation:
- Map: api/map.md
- Layer: api/layer.md
Expand Down

0 comments on commit ed69b50

Please sign in to comment.