From 4acb7500cf41aea9d6362378aee5ebacac831ea4 Mon Sep 17 00:00:00 2001 From: Steffen Siering Date: Fri, 3 Jan 2020 17:53:20 +0100 Subject: [PATCH] Prepare release 0.0.7 (#43) --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6a521..8c6636e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added -- Add FlagWaitLock to wait on Open until the file lock can be acquired. PR #42 ### Changed -- Create separate lock file on non windows systems. PR #42 ### Deprecated ### Removed +### Fixed + +## [0.0.7] + +### Added +- Add FlagWaitLock to wait on Open until the file lock can be acquired. PR #42 + +### Changed +- Create separate lock file on non windows systems. PR #42 + ### Fixed - Open by default returns an error if the file lock can not be acquired. PR #42 @@ -65,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11 -[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.6...HEAD +[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.7...HEAD +[0.0.7]: https://github.com/elastic/go-txfile/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/elastic/go-txfile/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/elastic/go-txfile/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4