Skip to content

Commit

Permalink
doc: Update changelog for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirenjan committed Jun 9, 2024
1 parent 863e43e commit 5c37c4a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based upon [Keep a Changelog].

## [Unreleased]

## [0.3.1] - 2024-06-08
### Added
- Updated bug report utility to add details about build host details and
compiler information.

### Fixed
- Updated syntax check for calloc calls. See
[#52](/~https://github.com/nirenjan/libx52/issues/52)
- Fixed a tooling bug where running make check on a system without cmocka
library installed would fail during daemon testing.
- Cleaned up daemon protocol documentation

### Changed
- Moved socket code around to make it easier to reuse the communication logic
out in both client(s) and server.

## [0.3.0] - 2022-12-25
### Added
- Bug report utility to make it easier to gather system and build information
Expand Down Expand Up @@ -158,7 +174,8 @@ The format is based upon [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
[TAP]: https://testanything.org
[Unreleased]: /~https://github.com/nirenjan/libx52/compare/v0.3.0...HEAD
[Unreleased]: /~https://github.com/nirenjan/libx52/compare/v0.3.1...HEAD
[0.3.1]: /~https://github.com/nirenjan/libx52/compare/v0.3.0...v0.3.1
[0.3.0]: /~https://github.com/nirenjan/libx52/compare/v0.2.3...v0.3.0
[0.2.3]: /~https://github.com/nirenjan/libx52/compare/v0.2.2...v0.2.3
[0.2.2]: /~https://github.com/nirenjan/libx52/compare/v0.2.1...v0.2.2
Expand Down

0 comments on commit 5c37c4a

Please sign in to comment.