Skip to content

Releases: thomcc/arcstr

v1.2.0

07 May 02:40
v1.2.0
Compare
Choose a tag to compare

New features

And many smaller changes. See the full changelog for details: 1.1.5...v1.2.0.

v1.1.4

04 Jun 18:55
v1.1.4
Compare
Choose a tag to compare

This release is a bugfix release that only includes a change to ensure arcstr::format!("foo {bar}") works as expected in newer versions of Rust. (#37).

v1.1.3

02 Jan 13:02
v1.1.3
8990b5e
Compare
Choose a tag to compare

This release is a patch release that adds a single new API: ArcStr::try_alloc(s: &str) -> Option<ArcStr>1, which exists to allow copying a &str into a new ArcStr, failing (returning None) if allocation fails for some reason.

  1. This is a pretty niche use case, and the name is somewhat dodgy, but makes it very clear what the failure case was.

v1.1.2 (pointless accidental mistake release)

02 Jan 12:58
v1.1.2
937ddf9
Compare
Choose a tag to compare

This release has no changes from v1.1.1 because I'm a doofus. (The real changes are in v1.1.3).

(It's not yanked/worth yanking because the mistake was just that I cut the release without pulling the right stuff...)