update NEWS and version to 1.0.12
2 files changed, 8 insertions(+), 1 deletions(-)

M NEWS
M configure.ac
M NEWS +7 -0
@@ 1,3 1,10 @@ 
+wisp 1.0.12 (2024-03-20):
+- do not include doctest output in examples (this broke install on Apple systems, because ._-files are interpreted as mac metadata)
+- better error reporting: Note in "chunk not at zero indentation" that a new chunk starts after two blank lines.
+- allow setting guile with GUILE= in tests/runtests-scheme-reader.sh (so you can run tests with a custom build of Guile)
+- do not test partial indent in tests/receive.w (that is a tolerated error, but not guaranteed)
+- examples/evaluate-r7rs-benchmark.w: sort the slowdown, too
+
 wisp 1.0.11 (2023-03-20):
 - increase resilience of make check for multi-job make in Guix
 

          
M configure.ac +1 -1
@@ 1,7 1,7 @@ 
 dnl run `autoreconf -i` to generate a configure script. 
 dnl Then run ./configure to generate a Makefile.
 dnl Finally run make to generate the project.
-AC_INIT([wisp], [1.0.11],
+AC_INIT([wisp], [1.0.12],
         [arne_bab@web.de])
 # Add macros in m4/ to ensure that wisp builds without having Guile in the aclocal path
 AC_CONFIG_MACRO_DIR([m4])