Skip to content

Commit

Permalink
Prepare release 0.0.7 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored Jan 3, 2020
1 parent 5247caa commit 4acb750
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4acb750

Please sign in to comment.