All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Use latest version of lein-binplus that work properly with Clojure 1.10.0
- Bump other dependencies to the most recent version
- Use maintained version of fs
- Minor code cleanup
- Update project dependencies
0.3.5 - 2018-03-04
- Explicitly exit at the end
0.3.4 - 2018-03-04
- Read default config from
~/Dropbox/config/github.edn
0.3.3 - 2018-03-01
- Read configuration using aero
- Use lein-binplus instead of lein-bin
- Minor code cleanup
0.3.2 - 2017-12-11
- Bump version
- Use clojure version 1.9.0
0.3.1 - 2017-12-01
- Use maintained version of
tentacles
library - Bump version
- Update project dependencies
0.3.0 - 2017-07-02
- Make
--repo
mandatory - Better check for
.git
directory
0.2.1 - 2016-03-05
- Add options to allow
--remote-label
default toorigin
- Make
--init-commit
commit as options
0.2.0 - 2016-03-05
- Allow the creation of initial commit and push to remote branch
- Minor APIs cleanup
0.1.2 - 2016-07-24
- Read default configuration file from
~/Dropbox/github.edn
- Improve documentation and fix change logs
- Show
git remote add origin https://github.com/USER/new-repo.git
0.1.1 - 2016-07-11
- Initial public release
- Initial commit
- Initial working version