Skip to content

Commit

Permalink
Merge pull request tlsa#181 from tlsa/tlsa/v1.3.1-release
Browse files Browse the repository at this point in the history
Tlsa/v1.3.1 release
  • Loading branch information
tlsa committed Feb 1, 2022
2 parents dba539a + 92f7be6 commit 6980245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
LibCYAML: Change Log
====================

## LibCYAML v1.3.1

* **Loading**:
* Fixed value out-of-range detection limits for signed integers.

No changes are required for client applications to upgrade.


## LibCYAML v1.3.0

* **Saving**:
* New flags allow control over scalar output style.
- For example to force single or double quote style.
* **General**
* **General**:
* Buildsystem changes to allow use of CPPFLAGS from the environment.

No changes are required for client applications to upgrade.
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 = 3
VERSION_PATCH = 0
VERSION_PATCH = 1
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit 6980245

Please sign in to comment.