Bump to v1.1.0

This commit is contained in:
Stjepan Glavina 2020-05-31 12:32:16 +02:00
parent 3863585fa8
commit e0a5665e74
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.0
- Mark `CachePadded::new()` as const fn.
# Version 1.0.0
- Initial version

View File

@ -1,6 +1,6 @@
[package]
name = "cache-padded"
version = "1.0.0"
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Prevent false sharing by padding and aligning to the length of a cache line"