File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ _ No unreleased changes in the pipeline at the moment._
12+
13+
14+ ## [ 5.0.4] - 2020-02-10
15+
1116### Added
1217
1318- Add a changelog to the repository.
@@ -19,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1924### Fixed
2025
2126- Drop now-unnecessary manual ` rustfmt ` configuration.
27+ - Avoid false sharing of back-buffer information.
2228
2329
2430## [ 5.0.3] - 2020-02-07
@@ -213,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213219
214220
215221
216- [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.3...HEAD
222+ [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.4...HEAD
223+ [ 5.0.3 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.3...v5.0.4
217224[ 5.0.3 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.2...v5.0.3
218225[ 5.0.2 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.1...v5.0.2
219226[ 5.0.1 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.0...v5.0.1
Original file line number Diff line number Diff line change 11[package ]
22name = " triple_buffer"
3- version = " 5.0.3 "
3+ version = " 5.0.4 "
44authors = [" Hadrien G. <knights_of_ni@gmx.com>" ]
55description = " An implementation of triple buffering, useful for sharing frequently updated data between threads"
66documentation = " https://docs.rs/triple_buffer/"
You can’t perform that action at this time.
0 commit comments