Skip to content

Commit 1aadcdf

Browse files
committed
Bump compliment to 0.3.13
1 parent d55c09b commit 1aadcdf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Bump `compliment` to version [0.3.13](https://github.com/alexander-yakushev/compliment/blob/master/CHANGELOG.md#0313-2022-06-18).
8+
59
## 0.28.4 (2022-05-18)
610

7-
### Bugs Fixed
11+
### Bugs Fixed
812

913
* [#751](https://github.com/clojure-emacs/cider-nrepl/issues/751): Skip unmapping of default imports in `undef-all` op.
1014

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
^:inline-dep [thunknyc/profile "0.5.2"]
1313
^:inline-dep [mvxcvi/puget "1.3.1"]
1414
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
15-
^:inline-dep [compliment "0.3.12"]
15+
^:inline-dep [compliment "0.3.13"]
1616
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
1717
^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
1818
^:inline-dep [org.clojure/tools.namespace "1.3.0"]

0 commit comments

Comments
 (0)