From 389b527ad365f6fc6cf5fa7e0ba5a2294ad2f3ed Mon Sep 17 00:00:00 2001 From: Steffen Siering Date: Tue, 7 Aug 2018 18:52:25 +0200 Subject: [PATCH] Prepare release 0.0.3 (#21) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294a0c8..0799e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Removed +### Fixed + +## [0.0.3] + ### Fixed - Fix build for *BSD. PR #20 @@ -38,5 +42,6 @@ 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.2...HEAD +[Unreleased]: https://github.com/elastic/go-txfile/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/elastic/go-txfile/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/elastic/go-txfile/compare/v0.0.1...v0.0.2