Skip to content

Commit

Permalink
Fix typo, prep for 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Oct 24, 2023
1 parent c67091b commit f3d272e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.10.0 (in development)
## 0.11.0 (in development)

## 0.10.0

- supports GCC11 on Ubuntu 22.04 (#166)
- switch from Docker Hub to Github Container Registry (#168)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ To include a [MapLibre GL style URL](https://maplibre.org/maplibre-style-spec/)
use the `--basemap-style-url` option to provide a URL to that style:

```
--basemap-style-url "https://tiles.stadiamaps.com/styles/stamen_toner_lite.json?api_key=<your key>
--basemap-style-url "https://tiles.stadiamaps.com/styles/stamen_toner_lite.json?api_key=<your key>"
```

The URL can include query parameters as required by the host, such as
Expand Down

0 comments on commit f3d272e

Please sign in to comment.