branch: elpa/parseedn
commit d6abb3adf7b2cafd613ad112c805c175305131c5
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>
Update parseclj dependency to 1.0.2
---
CHANGELOG.md | 4 ++++
parseedn.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac906e5ba0..9206895020 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Unreleased
+## 1.0.2 (2021-09-29)
+
+- Update parseclj dependency to 1.0.2
+
## 1.0.0 (2021-09-27)
### Added
diff --git a/parseedn.el b/parseedn.el
index 6281609a85..b2d185d612 100644
--- a/parseedn.el
+++ b/parseedn.el
@@ -4,7 +4,7 @@
;; Author: Arne Brasseur <[email protected]>
;; Keywords: lisp clojure edn parser
-;; Package-Requires: ((emacs "25") (parseclj "1.0.0") (map "2"))
+;; Package-Requires: ((emacs "25") (parseclj "1.0.2") (map "2"))
;; Version: 1.0.0
;; This file is not part of GNU Emacs.