branch: elpa/parseedn
commit c8f07926a688bfe995fde4460103915d401a1aff
Author: vemv <v...@users.noreply.github.com>
Commit: vemv <v...@users.noreply.github.com>

    1.2.0
---
 CHANGELOG.md | 7 +++++++
 parseedn.el  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c575c16c2..e267449336 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 1.2.0 (2023-09-29)
+
+- [#12](https://github.com/clojure-emacs/parseedn/issues/12): Allow empty 
vectors to be printed.
+- [#14](https://github.com/clojure-emacs/parseedn/pull/14): avoid C stack 
overflows.
+- [#15](https://github.com/clojure-emacs/parseedn/pull/15): correctly process 
empty hashmaps.
+- [#17](https://github.com/clojure-emacs/parseedn/pull/17): Add support for 
namespaced maps.
+
 # 1.1.0 (2022-02-07)
 
 - [#11](https://github.com/clojure-emacs/parseedn/pull/11) Support a 
default-data-reader for tagged literals
diff --git a/parseedn.el b/parseedn.el
index 82b249432e..a9cec1e5d0 100644
--- a/parseedn.el
+++ b/parseedn.el
@@ -6,7 +6,7 @@
 ;; URL: http://www.github.com/clojure-emacs/parseedn
 ;; Keywords: lisp clojure edn parser
 ;; Package-Requires: ((emacs "26") (parseclj "1.1.0") (map "2"))
-;; Version: 1.1.0
+;; Version: 1.2.0
 
 ;; This file is not part of GNU Emacs.
 

Reply via email to