diff options
-rw-r--r-- | NEWS | 9 | ||||
l--------- | NEWS.org | 1 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/macros.texi | 2 |
4 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,12 @@ +* Version 0.12 (July 2020) + + - New project.el and projectile support (Andrew Whatson) + - Improved Chez support (Jay Xu, Aaron Marks, Julian Herrera) + - Improved Chicken support (Ricardo G. Herdt, Noam Postavsky) + - Bug fixes (Philip K, spellcard199) + - Linting and clean ups (Jonas Bernoulli) + - Documentation updates + * Version 0.11.2 (February 2020) - Bug fixes diff --git a/NEWS.org b/NEWS.org new file mode 120000 index 0000000..3d70ee3 --- /dev/null +++ b/NEWS.org @@ -0,0 +1 @@ +NEWS
\ No newline at end of file diff --git a/configure.ac b/configure.ac index fd10bd9..b1fd3c3 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([Geiser],[0.11.2],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.12],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index e79d875..256075a 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.11.2 +@set VERSION 0.12 @set VERSION_NICK @set RELEASE_DATE February 2020 @set GUILE_VERSION 2.2 |