Skip to content

Commit

Permalink
Prepare for 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Dec 2, 2023
1 parent dcd1fe7 commit fcab497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### Unreleased changes
### 0.12.0 (2023-12-02)

- Expose error type (fixes #9).

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contour"
version = "0.11.0"
version = "0.12.0"
authors = ["Matthieu Viry <[email protected]>"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
contour = "0.11.0"
contour = "0.12.0"
```

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

```toml
[dependencies]
contour = { version = "0.11.0", features = ["geojson"] }
contour = { version = "0.12.0", features = ["geojson"] }
```

```rust
Expand Down Expand Up @@ -150,7 +150,7 @@ If you want to use `f32` values instead, you need to specify the `f32` feature i

```toml
[dependencies]
contour = { version = "0.11.0", features = ["f32"] }
contour = { version = "0.12.0", features = ["f32"] }
```

## WASM demo
Expand Down

0 comments on commit fcab497

Please sign in to comment.