Skip to content

v0.15.0 - Maintenance release (breaking changes)

Choose a tag to compare

@tony tony released this 11 Sep 20:16
· 1297 commits to master since this release

Breaking changes

  • Moves (#408):

    • libvcs.parse -> libvcs.url

    • libvcs.projects -> libvcs.sync

  • Renames (#408):

    • BaseProject -> BaseSync

    • MercurialProject -> HgSync

    • SubversionProject -> SvnSync

    • GitProject -> GitSync

  • Deprecate custom functions in favor of standard library:

Development

Documentation

PRs (automatically generated)

  • Cache poetry by @tony in #394
  • refactor!: Deprecate which() in favor of shutil.which() by @tony in #397
  • refactor!: Remove mkdir_p by @tony in #399
  • build(deps): Add flake8-bugbear by @tony in #401
  • build(deps): Add flake8-comprehensions by @tony in #402
  • Add gp-libs by @tony in #403
  • Try to use ToC gist with sphinx.ext.autoapi by @tony in #400
  • Move to src/ layout by @tony in #407
  • Rename packages by @tony in #408

Full Changelog: v0.14.0...v0.15.0