Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.1 - 2025-01-16

Fixed

  • (serde) fix serde impl for twice-cell (#10)
  • fix!(miri): Use raw pointers to pass miri checks (#8)
  • (err) Bypass panic hook on errors during initialization (#4)
  • (panic) Bypass panic hook on caught panics during initialization (#3)

Other

  • (ci) i hate ci (#16)
  • (deps) update dependencies and fix ci (#15)
  • (readme) Update README (#14)
  • (CI) Run MIRI, use more toolchains, etc. (#12)
  • (clippy) Add safety comments (#11)
  • Add struct docs to TwiceCell

0.1.0 - 2024-09-13

Added

  • implement TwiceLock
  • Implement TwiceCell

Fixed

  • (TwiceLock) Stop TwiceLock::initialize from propagating panics

Other

  • add CI
  • Add description, repo, website
  • Add readme and licenses