Skip to content

Commit

Permalink
Merge pull request #442 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Sep 10, 2022
2 parents a040bed + 583dead commit ae59dce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)
// {{{
=== Changed
* Bumped iced-nrepl to 1.2.468.
// }}}

== 3.12.3144 (2022-09-09)

// {{{
=== Added

* Added support for virtual text in Vim9.
** Requires Vim 9.0.297 or later.
* Added bencode component using Vim9 script.
Expand Down
2 changes: 1 addition & 1 deletion bin/iced
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SCRIPT_DIR=$(cd $(dirname $0); pwd)
PROJECT_DIR=$(cd $SCRIPT_DIR; cd ..; pwd)
VERSION=$(grep 'Version: ' ${SCRIPT_DIR}/../doc/vim-iced.txt | cut -d' ' -f2)

BASE_DEPENDENCIES='nrepl/nrepl:1.0.0 refactor-nrepl/refactor-nrepl:3.5.5 cider/cider-nrepl:0.28.5 com.github.liquidz/iced-nrepl:1.2.465'
BASE_DEPENDENCIES='nrepl/nrepl:1.0.0 refactor-nrepl/refactor-nrepl:3.5.5 cider/cider-nrepl:0.28.5 com.github.liquidz/iced-nrepl:1.2.468'
BASE_MIDDLEWARES='cider.nrepl/wrap-classpath cider.nrepl/wrap-clojuredocs cider.nrepl/wrap-complete cider.nrepl/wrap-debug cider.nrepl/wrap-format cider.nrepl/wrap-info cider.nrepl/wrap-macroexpand cider.nrepl/wrap-ns cider.nrepl/wrap-out cider.nrepl/wrap-refresh cider.nrepl/wrap-stacktrace cider.nrepl/wrap-spec cider.nrepl/wrap-test cider.nrepl/wrap-trace cider.nrepl/wrap-undef cider.nrepl/wrap-xref refactor-nrepl.middleware/wrap-refactor iced.nrepl/wrap-iced'

CLJS_DEPENDENCIES='cider/piggieback:0.5.3'
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:deps {nrepl/nrepl {:mvn/version "1.0.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.5.5"}
cider/cider-nrepl {:mvn/version "0.28.5"}
com.github.liquidz/iced-nrepl {:mvn/version "1.2.465"}}
com.github.liquidz/iced-nrepl {:mvn/version "1.2.468"}}
:__middlewares__
["cider.nrepl/wrap-classpath"
"cider.nrepl/wrap-clojuredocs"
Expand Down
6 changes: 3 additions & 3 deletions doc/vim-iced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ LEININGEN~
>
{:user
{:dependencies [[nrepl "1.0.0"]
[com.github.liquidz/iced-nrepl "1.2.465"]
[com.github.liquidz/iced-nrepl "1.2.468"]
[cider/cider-nrepl "0.28.5"]]
:repl-options {:nrepl-middleware [cider.nrepl/wrap-classpath
cider.nrepl/wrap-clojuredocs
Expand Down Expand Up @@ -174,7 +174,7 @@ BOOT~
(swap! boot.repl/*default-dependencies* concat
'[[refactor-nrepl "3.5.5"]
[cider/cider-nrepl "0.28.5"]
[com.github.liquidz/iced-nrepl "1.2.465"]])
[com.github.liquidz/iced-nrepl "1.2.468"]])
(swap! boot.repl/*default-middleware* concat
'[cider.nrepl/wrap-classpath
Expand Down Expand Up @@ -204,7 +204,7 @@ SHADOW-CLJS~
{
:dependencies [[refactor-nrepl "3.5.5"]
[cider/cider-nrepl "0.28.5"]
[com.github.liquidz/iced-nrepl "1.2.465"]]
[com.github.liquidz/iced-nrepl "1.2.468"]]
}
<
.nrepl.edn (local config) or $HOME/.nrepl/nrepl.edn (global config)
Expand Down

0 comments on commit ae59dce

Please sign in to comment.