Skip to content

Commit

Permalink
Merge pull request tlsa#176 from tlsa/tlsa/v1.3.0-release
Browse files Browse the repository at this point in the history
Tlsa/v1.3.0 release
  • Loading branch information
tlsa committed Nov 21, 2021
2 parents fbb4629 + cb90acc commit 5206ece
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
LibCYAML: Change Log
====================

## LibCYAML v1.2.1
## LibCYAML v1.3.0

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

No changes are required for client applications to upgrade.


## LibCYAML v1.2.1

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

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Master branch will always be DEVEL. The release process will be to make
# the release branch, set VESION_DEVEL to 0, and tag the release.
VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_PATCH = 1
VERSION_MINOR = 3
VERSION_PATCH = 0
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit 5206ece

Please sign in to comment.