Skip to content

Commit

Permalink
Bump version 0.3.68
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 17, 2024
1 parent 55b1f7c commit 78ffab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

## Unreleased
## 0.3.68

- [#230](https://github.com/babashka/neil/issues/230): neil dep upgrade inserts git/url into upgraded dep ([@teodorlu](https://github.com/teodorlu))
- [#237](https://github.com/babashka/neil/issues/230): more specific error reporting on invalid github token ([@teodorlu](https://github.com/teodorlu))
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.3.67"}}
{:project {:version "0.3.68"}}

: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.3.67")
(def version "This def was generated by the neil build script." "0.3.68")
(ns babashka.neil.utils)

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

0 comments on commit 78ffab1

Please sign in to comment.