## LockJar Changelog ### 0.12.0 (Feburary 23, 2015) * Add support for `without_default_maven_repo` ### 0.10.0 (June 27, 2014) * Extract Bundler out to own Gem - https://github.com/mguymon/lock_jar_bundler #### 0.10.5 (Feburary 13, 2015) * Use Naether 0.14.0, with support for NAETHER_MIRROR env #### 0.10.4 (Feburary 11, 2015) * Fix bug with excludes in Jarfiles (Pull #20) [pangloss] #### 0.10.3 (Januaray 13, 2015) * Control the logging of Naether from LockJar::Logging #### 0.10.2 (November 20, 2014) * Default to the correct file, based on desired type (Pull #20) [pangloss] #### 0.10.1 (November 19, 2014) * Use local_repository from Jarfile.lock in install() if none has been passed in (Pull #20) [stewi2] * Add support for merging and locking multiple Jarfiles (Pull #21) [pangloss] ### 0.9.0 (March 6, 2014) * Update to Naether 0.13.1 to fight the chatty log (Issue #14) ### 0.8.0 (March 4, 2014) * Added `local` to DSL for adding local jars (Issue #6) ### 0.7.0 * Sort dependences for Jarfile.lock (Pull #3) [chetan] #### 0.7.5 (August 23, 2013) * Update Thor dep, improve specs (Pull #10) [yokolet] #### 0.7.4 (April 17, 2013) * Fixed Buildr integration (Issue #6) [tobsch]