Skip to content

Releases: Voultapher/self_cell

Version 1.2.2

30 Dec 16:04

Choose a tag to compare

Version 1.2.1

22 Oct 07:11

Choose a tag to compare

Re-licensed the project to Apache 2.0 OR GPLv2

Version 1.2.0

11 Apr 11:22

Choose a tag to compare

This release adds support for async dependent construction, via the async_builder dependent attribute. See the documentation, example, issue #57 or PR #62 for more details.

Version 1.1.0

05 Dec 16:14

Choose a tag to compare

This release adds support for mutable references to the owner during construction via the MutBorrow type, see #59 and #60 for more details. Thank you @steffahn for the review and @joseluis for the small fixes.

Version 1.0.4

03 May 16:51

Choose a tag to compare

Improvements to the documentation that help users discover the generated API. Thanks @hniksic for reporting the issue.

Version 1.0.3

20 Dec 16:38

Choose a tag to compare

This release contains fixes that avoid name collision with functions and structs named Ok, Err, FnOnce and collisions with the core namespace. Thank you @dcecile for reporting the issue.

Version 1.0.2

11 Nov 16:03

Choose a tag to compare

This release contains an important soundness fix see https://rustsec.org/advisories/RUSTSEC-2023-0070.html for more details, thank you @steffahn for reporting and fixing the problem.

Version 1.0.1

13 Jun 12:57

Choose a tag to compare

  • The generated functions now have doc comments, thanks to @link2xt

Version 1.0

29 May 15:11

Choose a tag to compare

It has been over a year without any API changes. I'm happy with the API and think it's mature enough. Nothing changed in this release.

Version 0.10.2

27 Nov 18:17

Choose a tag to compare

This version includes:

  • The cargo published files now include the README.md and LICENSE files. See #34 thanks @subpop for the PR