Skip to content

Commit

Permalink
Prepare release notes for v0.14.3 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Mar 14, 2024
1 parent 6aea86e commit a1c62e5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1c62e5

Please sign in to comment.