Release 1.2.0

This commit is contained in:
Taiki Endo 2021-12-19 14:44:16 +09:00
parent 7563b98675
commit 27eb19ea40
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.0
- Improve implementation of `CachePadded`.
# Version 1.1.1
- Forbid unsafe code.

View File

@ -1,6 +1,9 @@
[package]
name = "cache-padded"
version = "1.1.1"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Prevent false sharing by padding and aligning to the length of a cache line"