Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.8 KB

CHANGELOG

##0.1.5 (26 August 2014)

  • Switch to yaml.safe_load() #21.

##0.1.4 (11 August 2014)

  • Fixed repository cloning.
  • Fixed adapters logging #17.
  • Improved logging unit testing #20.
  • Don't stop process when error occured in status/update subcommands.
  • Prohibits the use of slahes in workspace and repository names.
  • Logging improvements.

##0.1.3 (19 March 2014)

  • Implemented mercurial adapter #11
  • Implemented bazaar adapter #12
  • Implemented subversion adapter #16
  • Tests refactoring

##0.1.2.1 (15 Feb 2014)

  • Fixed issue #14 for following commands:
    • yoda ws_name sync
    • yoda ws_name add
    • yoda ws_name remove

##0.1.2 (14 Feb 2014)

  • Add changelog file (#15)
  • Can't add workspace (#14)

##0.1.1 (13 Feb 2014)

  • FileNotFoundError if logfile have wrong path (#13)
  • Adapter's outputs aren't logger (#8)
  • Add config subcommand (#3)
  • Show coveralls in README.md (#2)
  • Move log file in yoda user's directory (#1)