Skip to content

Commit 6a9ac48

Browse files
authored
Merge pull request #6 from ansg191/release-plz-2024-02-24T17-44-49Z
2 parents cca1393 + 7d7dc0b commit 6a9ac48

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.2](https://github.com/ansg191/packed_ptr/compare/v0.1.1...v0.1.2) - 2024-02-24
10+
11+
### Added
12+
- *(reference)* adds `PackedRef::new_unchecked`
13+
14+
### Other
15+
- adds release-plz
16+
- Adds inplace mutation of packed data

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "packed_ptr"
33
description = "A configurable & generic tagged pointer implementation in Rust"
44
authors = ["Anshul Gupta <[email protected]>"]
5-
version = "0.1.1"
5+
version = "0.1.2"
66
repository = "https://github.com/ansg191/packed_ptr"
77
documentation = "https://docs.rs/packed_ptr"
88
license = "MIT"

0 commit comments

Comments
 (0)