Skip to content

Commit

Permalink
Merge pull request #245 from tlsa/tlsa/v1.4.2-release
Browse files Browse the repository at this point in the history
v1.4.2 release
  • Loading branch information
tlsa authored Aug 31, 2024
2 parents d689650 + 094a5fe commit e13790b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
LibCYAML: Change Log
====================

## LibCYAML v1.4.2

* **Buildsystem**
* Add explicit shared and static library install targets.
* **General**
* Small code cleanups.
* Reverted to C89-compatible static assertion macro.
Fixes build on quirky platforms.
* Rationalised GitHub actions.
* Fixed CI for MacOS.

No changes are required for client applications to upgrade.


## LibCYAML v1.4.1

* **Loading**:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 6. Set VESION_DEVEL to 1, commit to main.
VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_PATCH = 1
VERSION_PATCH = 2
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit e13790b

Please sign in to comment.