Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Prep for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 8, 2019
1 parent 533fd7a commit c2122e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install this tool to an alias in `$PROJECT/deps.edn` or `$HOME/.clojure/deps.edn
{
:aliases {:depstar
{:extra-deps
{seancorfield/depstar {:mvn/version "0.2.0"}}}}
{seancorfield/depstar {:mvn/version "0.2.1"}}}}
}
```

Expand Down Expand Up @@ -51,6 +51,7 @@ java -cp MyProject.jar clojure.main -m project.core

# Changes

* 0.2.1 -- May 08, 2019 -- Fix #9 by creating parent directories for target JAR file (PR #10 @jarohen).
* 0.2.0 -- May 07, 2019 -- Fix #8 by switching to ZipFileSystem and performing a single copy pass (instead of copying to temporary folder tree and then building a zip file).
* 0.1.7 -- Apr 24, 2019 -- Fix #6 by excluding `*.pom` files; Fix #7 by excluding `module-info.class` files; lists excluded files if debugging enabled.
* 0.1.6 -- Mar 10, 2019 -- Fix for JARs containing `data_readers.clj` (do not close input stream!); supports `-Ddepstar.debug=true` and `DEPSTAR_DEBUG=true` to be more verbose.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>seancorfield</groupId>
<artifactId>depstar</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>depstar</name>

<description>a clj-based uberjarrer</description>
Expand Down

0 comments on commit c2122e3

Please sign in to comment.