Skip to content

Commit e6843ce

Browse files
committed
Release v0.1.2
See NEWS.md for details Signed-off-by: Casey Dahlin <[email protected]>
1 parent 242dfc5 commit e6843ce

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ libtool
2626
*.gcov_report
2727
coverage
2828
coverage.info*
29+
libason-*.tar.*

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ for most normal uses. There's still only moderate thought given to performance,
1010
but it seems quick enough. We need users before we can have performance cases,
1111
and we need performance cases before we can improve performance.
1212

13+
### v0.1.2 ###
14+
This release just massages out a few of the early gremlins. We've included the
15+
missing LaTeX source for the spec, and fixed some of the option parsing for the
16+
configure script. Feature wise the only new addition is allowing object keys to
17+
be specified by parameters in ason\_read, which is something that was supposed
18+
to be in place already but didn't actually work. We've also fixed a bug where
19+
string values would have their underlying strings freed prematurely.
20+
21+
### v0.1.1 ###
22+
Just a quick patch release. Some of the header files were missing in the last
23+
one. Problem solved now.
24+
1325
## v0.0.1 ##
1426
This is our initial release. Things are... rickety at best. Expectations aren't
1527
high. But no matter! ASON must meet the world and learn its fate. The time to

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libason], [0.1.1], [[email protected]])
1+
AC_INIT([libason], [0.1.2], [[email protected]])
22
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign
33
parallel-tests subdir-objects])
44
AM_EXTRA_RECURSIVE_TARGETS([valgrind])

0 commit comments

Comments
 (0)