Releases: gcaufield/MonkeyPack
Releases · gcaufield/MonkeyPack
v1.4.0
Enhancements:
- [enhancement] Pass config file on command line #28
v1.3.0
Enhancements:
- [enhancement] Add support for ini configuration #26
- [enhancement] Pull GitHub token from environment #23
v1.2.2
Bug Fixes:
- [bug] Github Token is not being correctly pulled out of command line args. #22
v1.1.0
- [enhancement] Improve the command line output #20
- [testing] Add unit tests for dependency class #19
- [enhancement] Download Barrels into a .mbget/ folder #17
- [testing] Unit test Version Class #16
- [testing] Add unit tests for Cache #15
- [enhancement] Move to an object oriented architecture #12
- [automation][enhancement][testing] Add unit tests #11
- [enhancement] Add 'update' command #10
- [enhancement] Hookup travis for CI #4
- [enhancement] Add package cache #1
v1.0.0
2020-10-08 Release
New Features
- Added update subcommand to replace previous default behaviour (#10)
Other
- Added Travis CI configuration for automated deploy.
v0.2.0
2020-09-28 Release
New Features
- Added support for a package cache to reduce redundant requests to Github (#1)
Other
- General cleanup of code base.