Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 19, 2023
1 parent aaea9dc commit 6e19244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[lein2deps](https://github.com/borkdude/lein2deps): A leiningen `project.clj` to Clojure CLI `deps.edn` converter.

## 0.1.1

- [#10](https://github.com/borkdude/lein2deps/issues/10): set the `:fn` option when calling the edamame parser

## 0.1.0

- `lein lein2deps` plugin. See [docs](https://github.com/borkdude/lein2deps#lein-plugin).
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:tools/usage {:ns-default lein2deps.api}
:aliases
{:neil {:project {:name io.github.borkdude/lein2deps
:version "0.1.0"}}
:version "0.1.1"}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
Expand Down

0 comments on commit 6e19244

Please sign in to comment.