Skip to content

Commit 6ea1d41

Browse files
author
Steffen Siering
authored
Prepare release 0.0.4 (#30)
1 parent b4c8207 commit 6ea1d41

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

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

77
### Added
8-
- Added `Observer` to txfile for collecting per transaction metrics. PR #23
9-
- Make file syncing configurable. PR #29
10-
- Added `Observer` to pq package for collecting operational metrics. PR #26
118

129
### Changed
13-
- Queue reader requires explicit transaction start/stop calls. PR #27
1410

1511
### Deprecated
1612

1713
### Removed
1814

1915
### Fixed
2016

17+
## [0.0.4]
18+
19+
### Added
20+
- Added `Observer` to txfile for collecting per transaction metrics. PR #23
21+
- Make file syncing configurable. PR #29
22+
- Added `Observer` to pq package for collecting operational metrics. PR #26
23+
24+
### Changed
25+
- Queue reader requires explicit transaction start/stop calls. PR #27
26+
2127
## [0.0.3]
2228

2329
### Fixed
@@ -46,6 +52,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4652
- Windows Fix: Max mmaped area must not exceed actual file size on windows. PR #11
4753

4854

49-
[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.3...HEAD
55+
[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.4...HEAD
56+
[0.0.4]: https://github.com/elastic/go-txfile/compare/v0.0.3...v0.0.4
5057
[0.0.3]: https://github.com/elastic/go-txfile/compare/v0.0.2...v0.0.3
5158
[0.0.2]: https://github.com/elastic/go-txfile/compare/v0.0.1...v0.0.2

0 commit comments

Comments
 (0)