Skip to content

Commit

Permalink
chore: release v0.1.1 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent 6c74b45 commit 6620d99
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/caass/twice-cell/compare/v0.1.0...v0.1.1) - 2025-01-16

### Fixed

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

### 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
- Add struct docs to `TwiceCell`
- release

## [0.1.0](https://github.com/caass/twice-cell/releases/tag/v0.1.0) - 2024-09-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twice-cell"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Cass Fridkin <cass@swag.lgbt>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6620d99

Please sign in to comment.