Skip to content

Commit

Permalink
Prepare 1.6.0 release
Browse files Browse the repository at this point in the history
This isn't necessarily the actual commit that will become v1.6.0;
I've just updated the version, readme, and changelog.
  • Loading branch information
jeffparsons committed Dec 16, 2024
1 parent 383c9c0 commit 2d0a1a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.6.0 (2024-12-17)

- **Features**:
- Add quickcheck support, gated behind the `quickcheck` feature.


### v1.5.1 (2024-02-27)

- **Fixes**:
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 = "rangemap"
version = "1.5.1"
version = "1.6.0"
authors = ["Jeff Parsons <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ You can enable the **serde1** feature in your _Cargo.toml_ file like so:
rangemap = { version = "1", features = ["serde1"] }
```

You can similarly enable support for _quickcheck_ by enabling
the **quickcheck** feature.

## Building without the Rust standard library

Expand Down

0 comments on commit 2d0a1a2

Please sign in to comment.