Skip to content

Releases: gcaufield/MonkeyPack

v1.4.0

25 Oct 14:36
v1.4.0
fd7c8f3
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Pass config file on command line #28

v1.3.0

17 Oct 20:04
v1.3.0
6e4b3a8
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Add support for ini configuration #26
  • [enhancement] Pull GitHub token from environment #23

v1.2.2

13 Oct 02:29
v1.2.2
14a5795
Compare
Choose a tag to compare

Bug Fixes:

  • [bug] Github Token is not being correctly pulled out of command line args. #22

v1.2.1

12 Oct 23:00
v1.2.1
90f64b9
Compare
Choose a tag to compare

v1.1.0

12 Oct 19:08
v1.1.0
c129ec0
Compare
Choose a tag to compare
  • [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

09 Oct 03:05
v1.0.0
ebf826d
Compare
Choose a tag to compare

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

28 Sep 13:18
v0.2.0
c9d1654
Compare
Choose a tag to compare

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.