Skip to content

Commit

Permalink
Merge pull request #100 from jeffparsons/prepare_v1.6.0
Browse files Browse the repository at this point in the history
Prepare 1.6.0 release
  • Loading branch information
jeffparsons authored Dec 17, 2024
2 parents 2ac0664 + 18a6240 commit 3d75238
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 <jeff@parsons.io>"]
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 3d75238

Please sign in to comment.