11From: Tina Müller <post@tinita.de>
22To: yaml-core@lists.sourceforge.net
3- Subject: [ANN] LibYAML-0.2.4 : A new release
3+ Subject: [ANN] LibYAML-0.2.5 : A new release
44
55=========================
6- Announcing LibYAML-0.2.4
6+ Announcing LibYAML-0.2.5
77=========================
88
99A new release of LibYAML is now available:
10- https://github.com/yaml/libyaml/tree/0.2.4
11-
12- This fixes a bug introduced in the 0.2.3 release.
10+ https://github.com/yaml/libyaml/tree/0.2.5
1311
1412The LibYAML project is now maintained by the YAML community. Planning happens
1513on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
@@ -18,8 +16,30 @@ on the #yaml-dev and #libyaml IRC channels on irc.freenode.net.
1816Changes
1917=======
2018
21- https://github.com/yaml/libyaml/pull/143 -- Add packaging/docker-dist to Makefile.am
22- https://github.com/yaml/libyaml/pull/174 -- Fix logic for document end before directive
19+
20+ https://github.com/yaml/libyaml/pull/187
21+ Add -h and --flow (on|off|keep) to run-*-test-suite
22+
23+ https://github.com/yaml/libyaml/pull/182
24+ Remove unnecessary include and malloc
25+
26+ https://github.com/yaml/libyaml/pull/177
27+ Add specific files back to .gitignore
28+
29+ https://github.com/yaml/libyaml/pull/181
30+ Output error position in run-parser-test-suite.c
31+
32+ https://github.com/yaml/libyaml/pull/105
33+ Allow question marks in plain scalars in flow collections
34+
35+ https://github.com/yaml/libyaml/pull/186
36+ Emitter: Don't output trailing space for empty scalar nodes
37+
38+ https://github.com/yaml/libyaml/pull/185
39+ Emitter: Output space after an alias mapping key
40+
41+ https://github.com/yaml/libyaml/pull/191
42+ A couple patches to improve test suite support
2343
2444
2545Resources
@@ -51,7 +71,6 @@ Maintainers
5171The following people are responsible for maintaining LibYAML:
5272
5373* Ingy döt Net
54- * Tina Mueller
5574
5675and many thanks to all who have contribributed!
5776See: https://github.com/yaml/libyaml/pulls
0 commit comments