We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f0792 commit 3407e45Copy full SHA for 3407e45
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.2.1 (2023-12-03)
2
+
3
+- Update parseclj to [1.1.1](https://github.com/clojure-emacs/parseclj/blob/v1.1.1/CHANGELOG.md#111-2022-02-07).
4
5
# 1.2.0 (2023-09-29)
6
7
- [#12](https://github.com/clojure-emacs/parseedn/issues/12): Allow empty vectors to be printed.
parseedn.el
@@ -5,8 +5,8 @@
;; Author: Arne Brasseur <[email protected]>
;; URL: http://www.github.com/clojure-emacs/parseedn
;; Keywords: lisp clojure edn parser
8
-;; Package-Requires: ((emacs "26") (parseclj "1.1.0") (map "2"))
9
-;; Version: 1.2.0
+;; Package-Requires: ((emacs "26") (parseclj "1.1.1") (map "2"))
+;; Version: 1.2.1
10
11
;; This file is not part of GNU Emacs.
12
0 commit comments