From a1c62e5557684c3b690284ec229176b842c0bf6b Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Thu, 14 Mar 2024 19:06:29 -0400 Subject: [PATCH] Prepare release notes for v0.14.3 (#179) --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da3391a31..08bc4d07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- darwin: Fix checkptr error in `(*Mem).Get` for Go 1.22. - ### Changed ### Deprecated +## [0.14.3] + +### Fixed + +- darwin: Fix checkptr error in `(*Mem).Get` for Go 1.22. + ## [0.14.2] ### Fixed @@ -198,7 +202,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `ProcStatus.PPID` value is wrong on Windows. [#55](https://github.com/elastic/gosigar/pull/55) - Fixed `ProcStatus.Username` error on Windows XP [#56](https://github.com/elastic/gosigar/pull/56) -[Unreleased]: https://github.com/elastic/gosigar/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/elastic/gosigar/compare/v0.14.3...HEAD +[0.14.3]: https://github.com/elastic/gosigar/releases/tag/v0.14.3 +[0.14.2]: https://github.com/elastic/gosigar/releases/tag/v0.14.2 [0.14.1]: https://github.com/elastic/gosigar/releases/tag/v0.14.1 [0.14.0]: https://github.com/elastic/gosigar/releases/tag/v0.14.0 [0.13.0]: https://github.com/elastic/gosigar/releases/tag/v0.13.0