Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc committed Feb 15, 2012
1 parent b4bff17 commit 2f61658
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
@@ -1,7 +1,9 @@
# org.baznex/imports

The unofficial new home of clojure.contrib.import-static,
used for importing static Java methods/fields into Clojure programs.
A collection of utilities around importing Java classes.

This is the unofficial new home of clojure.contrib.import-static,
used for "importing" static Java methods/fields into Clojure programs.

Please note that "importing" static fields is implemented by copying
them to private vars in the namespace -- this blocks inlining.
Expand All @@ -10,7 +12,7 @@ them to private vars in the namespace -- this blocks inlining.

Use the following dependency line in Leiningen:

[org.baznex/imports "1.3.0"]
[org.baznex/imports "1.4.0"]

(Please ignore the "1.0.0" release, it was simply mis-versioned.)

Expand All @@ -24,6 +26,9 @@ Built with Leiningen v1.x.
* Original version from Clojure Contrib (hence the version string)
* Produces macros

### v1.4.0
* Added: org.baznex.imports/rename

## License

Copyright:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject org.baznex/imports "1.3.0"
(defproject org.baznex/imports "1.4.0"
:description "Unofficial migration of clojure.contrib.import-static"
:url "https://github.com/baznex/import-static"
:dependencies [[org.clojure/clojure "1.3.0"]]
Expand Down

0 comments on commit 2f61658

Please sign in to comment.