File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
name = " packed_ptr"
3
3
description = " A configurable & generic tagged pointer implementation in Rust"
4
4
authors = [
" Anshul Gupta <[email protected] >" ]
5
- version = " 0.1.1 "
5
+ version = " 0.1.2 "
6
6
repository = " https://github.com/ansg191/packed_ptr"
7
7
documentation = " https://docs.rs/packed_ptr"
8
8
license = " MIT"
You can’t perform that action at this time.
0 commit comments