Skip to content

Commit

Permalink
Prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Jun 1, 2023
1 parent 9d97278 commit c7eb7e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.5.0 (2023-?-?)

- Support local projects as dependency.
e.g. `deps-try . ~/some/project ../some/other/project`
- Better parsing of deps.
- check existance of deps and versions beforehand (online or offline).
This fixes ambiguity between `com.github.user/project` being a maven or github dependency. Both are now considered.
- print helpful error message otherwise.

## v0.4.0 (2023-04-15)

- Use Clojure v1.12.0-alpha2.
Expand Down

0 comments on commit c7eb7e4

Please sign in to comment.