Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 1, 2024
1 parent d67c465 commit 7336665
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG

## v0.1.3 (2024-07-01)

### Chore

* chore: fix ruff lint command ([`d67c465`](https://github.com/iwpnd/folium-vectorgrid/commit/d67c4650c3a03c3078499a0ed14bf22ed434ee67))

* chore: remove chore(deps) from patch_tags ([`6fc6569`](https://github.com/iwpnd/folium-vectorgrid/commit/6fc6569199e3d94c759568d96a5057b195f35596))

### Fix

* fix: update folium ([`ab32ab8`](https://github.com/iwpnd/folium-vectorgrid/commit/ab32ab8d3dc8d460e4c8a47a9fba3ea1f02ccacc))

## v0.1.2 (2024-03-10)

Expand Down Expand Up @@ -38,7 +48,6 @@

* docs: update email ([`830b89d`](https://github.com/iwpnd/folium-vectorgrid/commit/830b89dda04977d45563fec2fce539ad301e10e8))


## v0.1.1 (2023-03-13)

### Chore
Expand All @@ -49,7 +58,6 @@

* docs: update ([`86dba3a`](https://github.com/iwpnd/folium-vectorgrid/commit/86dba3ad748f7f4f849394b5e99f084702bec831))


## v0.1.0 (2023-03-08)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion folium_vectorgrid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .vectorgrid import VectorGridProtobuf

__version__ = "0.1.2"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "folium-vectorgrid"
version = "0.1.2"
version = "0.1.3"
description = "VectorGrid plugin for folium"
authors = ["Benjamin Ramser <iwpnd@posteo.de>"]
license = "MIT"
Expand Down

0 comments on commit 7336665

Please sign in to comment.