Skip to content

Releases: oliver-giersch/conquer-once

v0.4.0

08 Apr 07:18
Compare
Choose a tag to compare

This release bumps the MSRV to 1.49.0, allowing some depracated std functionality to be replaced with alternatives that were stabilized in that version.

v0.3.2

08 Apr 07:04
Compare
Choose a tag to compare
bumpt to 0.3.2

v0.3.1

24 Nov 21:17
Compare
Choose a tag to compare

This release fixes a regression, which required a newer compiler than the stated and guaranteed toolchain version 1.36.0.

v0.3.0

24 Nov 21:16
Compare
Choose a tag to compare

This release adds the publicly exported noblock module, which offers the same synchronization primitives, but with fallible initialization functions only, which are guaranteed to never block. Furthermore, the API is streamlined, by making certain internal types private, which were previously accidentally exported.