Skip to content

Releases: niklasmohrin/clircle

Clircle 0.6.1

24 Oct 19:41
v0.6.1
8a9ed67
Compare
Choose a tag to compare

This release changes the crate used for accessing the Windows API from winapi to windows.

Clircle 0.6.0

24 Oct 17:45
v0.6.0
77d0604
Compare
Choose a tag to compare

This release changes how the Identifier type is defined. Instead of aliasing the platform implementation, a new type is created that (privately) wraps the specific implementation, so that the internals can be changed without breaking the public interface. In that spirit, the re-exports of libc and winapi have been removed.

Additionally, to aid packaging, the nix dev-dependency is updated to the latest version. This required a bump of the MSRV to Rust 1.69.

Clircle 0.5.0

28 Dec 16:32
dd2a4e2
Compare
Choose a tag to compare

This release improves compile times when using the serde feature (thanks to @dtolnay). Additionally, the MSRV is bumped to 1.63.

Clircle 0.4.0

13 Jun 20:57
99745d8
Compare
Choose a tag to compare

This release adds a copy of both the MIT and Apache 2 license to the repository, raises the MSRV to 1.56.0, and updates the Rust edition to 2021.

Clircle 0.3.0

28 Feb 17:58
4228092
Compare
Choose a tag to compare

This release adds the surely_conflicts_with method on the Clircle trait. It mimics the exact check that cat performs.

Clircle 0.2.0

24 Nov 23:13
6a17d2c
Compare
Choose a tag to compare

Version 0.2.0 of Clircle brings support for more build targets like i686-linux-android and an internal change, that prohibits the creation of identifiers to TTYs.

Clircle 0.1.3

08 Nov 21:20
b2dbbd5
Compare
Choose a tag to compare

This release only syncs the repository with crates.io, so that the tests are included with the live crate. No changes to the crate functionality have been made since the last release.

Clircle 0.1.2

01 Nov 22:48
1e04ed9
Compare
Choose a tag to compare

Clircle now works all the way back to Rust 1.40.0

Clircle 0.1.1

01 Nov 22:29
f3e05ff
Compare
Choose a tag to compare
  • Proper types straight from libc should enable compilation on some 32 Bit Linux and ARM systems.
  • The re-exports of nix and winapi are now present if access to the exact version is needed

Clircle 0.1.0

31 Oct 20:12
f214bac
Compare
Choose a tag to compare
v0.1.0

Clircle 0.1.0