File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased]
6
6
7
7
### Added
8
- - Add FlagWaitLock to wait on Open until the file lock can be acquired. PR #42
9
8
10
9
### Changed
11
- - Create separate lock file on non windows systems. PR #42
12
10
13
11
### Deprecated
14
12
15
13
### Removed
16
14
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
+
17
25
### Fixed
18
26
- Open by default returns an error if the file lock can not be acquired. PR #42
19
27
@@ -65,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
65
73
- Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11
66
74
67
75
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
69
78
[ 0.0.6 ] : https://github.com/elastic/go-txfile/compare/v0.0.5...v0.0.6
70
79
[ 0.0.5 ] : https://github.com/elastic/go-txfile/compare/v0.0.4...v0.0.5
71
80
[ 0.0.4 ] : https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4
You can’t perform that action at this time.
0 commit comments