Skip to content

Commit 4acb750

Browse files
author
Steffen Siering
authored
Prepare release 0.0.7 (#43)
1 parent 5247caa commit 4acb750

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66

77
### Added
8-
- Add FlagWaitLock to wait on Open until the file lock can be acquired. PR #42
98

109
### Changed
11-
- Create separate lock file on non windows systems. PR #42
1210

1311
### Deprecated
1412

1513
### Removed
1614

15+
### Fixed
16+
17+
## [0.0.7]
18+
19+
### Added
20+
- Add FlagWaitLock to wait on Open until the file lock can be acquired. PR #42
21+
22+
### Changed
23+
- Create separate lock file on non windows systems. PR #42
24+
1725
### Fixed
1826
- Open by default returns an error if the file lock can not be acquired. PR #42
1927

@@ -65,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6573
- Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11
6674

6775

68-
[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.6...HEAD
76+
[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.7...HEAD
77+
[0.0.7]: https://github.com/elastic/go-txfile/compare/v0.0.6...v0.0.7
6978
[0.0.6]: https://github.com/elastic/go-txfile/compare/v0.0.5...v0.0.6
7079
[0.0.5]: https://github.com/elastic/go-txfile/compare/v0.0.4...v0.0.5
7180
[0.0.4]: https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4

0 commit comments

Comments
 (0)