Skip to content

Commit 3407e45

Browse files
committed
1.2.1
1 parent c8f0792 commit 3407e45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.2.0 (2023-09-29)
26

37
- [#12](https://github.com/clojure-emacs/parseedn/issues/12): Allow empty vectors to be printed.

Diff for: parseedn.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Arne Brasseur <[email protected]>
66
;; URL: http://www.github.com/clojure-emacs/parseedn
77
;; Keywords: lisp clojure edn parser
8-
;; Package-Requires: ((emacs "26") (parseclj "1.1.0") (map "2"))
9-
;; Version: 1.2.0
8+
;; Package-Requires: ((emacs "26") (parseclj "1.1.1") (map "2"))
9+
;; Version: 1.2.1
1010

1111
;; This file is not part of GNU Emacs.
1212

0 commit comments

Comments
 (0)