Skip to content

Commit

Permalink
Merge pull request #168 from tlsa/tlsa/v1.2.1-release
Browse files Browse the repository at this point in the history
Tlsa/v1.2.1 release
  • Loading branch information
tlsa authored Sep 18, 2021
2 parents 930c96f + 926c738 commit bc5481d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
LibCYAML: Change Log
====================

## LibCYAML v1.2.1

* **General**
* Support for dynamic library build on Mac OS X.
* Ordered designated initialisers in public header for C++ compatibility.

No changes are required for client applications to upgrade.


## LibCYAML v1.2.0

* **Loading**:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# the release branch, set VESION_DEVEL to 0, and tag the release.
VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_PATCH = 0
VERSION_PATCH = 1
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit bc5481d

Please sign in to comment.