We have a 1.1.0 release candidate.

This commit is contained in:
Phil Hagelberg 2010-01-31 14:24:30 -08:00
parent d6e22bddbb
commit 56683c3862
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -2,6 +2,14 @@ Leiningen NEWS -- history of user-visible changes
= 1.1.0 / ??? = 1.1.0 / ???
* Don't download snapshot releases unless actually needed.
* Make subclassloader's classpath available to projects.
* Fixed "install" task to place pom in local repository.
* Bug fixes to "new" task.
* Only AOT namespaces specified in project.clj. * Only AOT namespaces specified in project.clj.
* Better error handling. * Better error handling.

View file

@ -2,7 +2,7 @@
;; defproject form. It can have other code in it as well, including ;; defproject form. It can have other code in it as well, including
;; loading other task definitions. ;; loading other task definitions.
(defproject leiningen "1.1.0-SNAPSHOT" (defproject leiningen "1.1.0-RC1"
:description "A build tool designed not to set your hair on fire." :description "A build tool designed not to set your hair on fire."
:url "http://github.com/technomancy/leiningen" :url "http://github.com/technomancy/leiningen"
:dependencies [[org.clojure/clojure "1.1.0"] :dependencies [[org.clojure/clojure "1.1.0"]