Skip to content

Commit 437206b

Browse files
0.50.1
1 parent 06139ef commit 437206b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 0.50.1 (2024-08-28)
6+
7+
* Bump `orchard` to [0.27.2](https://github.com/clojure-emacs/orchard/blob/master/CHANGELOG.md#0272-2024-08-28).
8+
59
## 0.50.0 (2024-08-28)
610

711
* [#893](https://github.com/clojure-emacs/cider-nrepl/pull/893): Replace `clojure.tools.trace` with `orchard.trace`.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
:url "http://www.eclipse.org/legal/epl-v10.html"}
5252
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
5353
:dependencies [[nrepl "1.1.1" :exclusions [org.clojure/clojure]]
54-
[cider/orchard "0.27.1" :exclusions [org.clojure/clojure]]
54+
[cider/orchard "0.27.2" :exclusions [org.clojure/clojure]]
5555
^:inline-dep [mx.cider/haystack "0.3.3" :exclusions [cider/orchard]]
5656
^:inline-dep [thunknyc/profile "0.5.2"]
5757
^:inline-dep [mvxcvi/puget "1.3.4" :exclusions [org.clojure/clojure]]

0 commit comments

Comments
 (0)