We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8e30a commit e5ba280Copy full SHA for e5ba280
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.6 (2021-10-13)
2
+
3
+- Make sure parseedn and parseclj versions are in sync
4
5
# 1.0.5 (2021-10-13)
6
7
- [#10](https://github.com/clojure-emacs/parseedn/pull/10) Replace `cl-case` with `cond`
parseedn.el
@@ -4,8 +4,8 @@
;; Author: Arne Brasseur <[email protected]>
;; Keywords: lisp clojure edn parser
-;; Package-Requires: ((emacs "26") (parseclj "1.0.4") (map "2"))
8
-;; Version: 1.0.4
+;; Package-Requires: ((emacs "26") (parseclj "1.0.6") (map "2"))
+;; Version: 1.0.6
9
10
;; This file is not part of GNU Emacs.
11
0 commit comments