Skip to content

Commit

Permalink
Bump version 0.2.62
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 2, 2023
1 parent 5c17113 commit f597921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

See the [New Clojure project quickstart](https://blog.michielborkent.nl/new-clojure-project-quickstart.html) blog post for a gentle introduction into `neil`.

## 0.2.62

- Fix NPE during `neil dep upgrade`

## 0.2.61

- [#181](https://github.com/babashka/neil/issues/181): fix `neil --version`
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:tools/usage {:ns-default babashka.neil.api}
:aliases
{:neil
{:project {:version "0.2.61"}}
{:project {:version "0.2.62"}}

:test ;; added by neil
{:extra-paths ["test"]
Expand Down
2 changes: 1 addition & 1 deletion neil
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
org.babashka/http-client {:mvn/version "0.1.4"}}})

(ns babashka.neil.meta)
(def version "This def was generated by the neil build script." "0.2.61")
(def version "This def was generated by the neil build script." "0.2.62")
(ns babashka.neil.utils)

;; Workaround for pmap + require which doesn't work well in bb - 2023-02-04
Expand Down

0 comments on commit f597921

Please sign in to comment.