Skip to content

Commit

Permalink
tiles 4.2.0; update CHANGELOG [#51]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Feb 3, 2025
1 parent 0e76c4f commit d78a5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tiles v4.2.0
------
- add `--clip` option to tile generation which clips the entire tileset by a polygon or multipolygon. [#51]

Styles v4.4.0
------
- Improve boundary appearances at low zooms
Expand Down
2 changes: 1 addition & 1 deletion tiles/src/main/java/com/protomaps/basemap/Basemap.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public String description() {

@Override
public String version() {
return "4.1.0";
return "4.2.0";
}

@Override
Expand Down

0 comments on commit d78a5f6

Please sign in to comment.