Skip to content

Commit a8ed6af

Browse files
authored
Publish version-ranges 0.1.2 (#390)
We need #301 in uv
1 parent 5f713f4 commit a8ed6af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version-ranges"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Performance-optimized type for generic version ranges and operations on them."
55
edition = "2021"
66
repository = "https://github.com/pubgrub-rs/pubgrub"

version-ranges/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Changelog for the version-ranges crate.
44

5+
## v0.1.2
6+
7+
* Allow `Ranges::contains` to accept borrows, e.g. `&str` for `Ranges<String>`
8+
59
## v0.1.1
610

711
* Added `Ranges::from_iter`

0 commit comments

Comments
 (0)