Skip to content

Commit 60b2fa2

Browse files
committed
Prepare for 0.10.0 release
1 parent 478e48d commit 60b2fa2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### Unreleased
3+
### 0.10.0 (2023-03-20)
44

55
- Allow to compute isobands as `MultiPolygon` using the `isobands` method of the `ContourBuilder` struct.
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contour"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Matthieu Viry <[email protected]>"]
55
edition = "2021"
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
1919

2020
```toml
2121
[dependencies]
22-
contour = "0.9.0"
22+
contour = "0.10.0"
2323
```
2424

2525
and this to your crate root:
@@ -90,7 +90,7 @@ The `geojson` feature is not enabled by default, so you need to specify it in yo
9090

9191
```toml
9292
[dependencies]
93-
contour = { version = "0.8.0", features = ["geojson"] }
93+
contour = { version = "0.10.0", features = ["geojson"] }
9494
```
9595

9696
```rust

0 commit comments

Comments
 (0)