- Remove use of clojure.edn Allow usage with older versions of leiningen.
-
Add keyword arguments for version The :point, :minor and :major keywords can now be used to specify which part of the version number should be stepped.
The default version can now infer a snapshot version.
- Add a dry-run mode In dry-run mode, no files are changed, but chnages to be made are displayed.
-
Fix update-file-version for case of multiple matches in file When the search matched more than once there was an infinite loop.
Fixes #2
-
Allow update of files in addition to project.clj When releasing, it is common for versions to need updating in README files, etc. This lets the project configure a list of files to update.
Closes #1
- Fix project file locations when running with lein sub
- Initial version