Skip to content

Latest commit

 

History

History
129 lines (58 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

129 lines (58 loc) · 4.59 KB

Changelog

2.2.3 (2022-04-21)

Bug Fixes

  • add instructions to test using pytest (2f14710)
  • correct wrong value of collection.sub_path (8f84cf7)

2.2.2 (2022-03-23)

Bug Fixes

  • add supportsAllDrives and supportsTeamDrives to Google files API requests (b959b1f)

2.2.1 (2022-03-05)

Bug Fixes

2.2.0 (2022-03-05)

Features

  • add exclude_paths option to translations filter (ce0ae69)

2.1.3 (2022-02-08)

Bug Fixes

  • finding git repo root when project is in a subdirectory (dfa971f)

2.1.2 (2022-01-12)

Bug Fixes

  • Properly tag release containers on release please releases. (3dc3fa8)

2.1.1 (2022-01-12)

Bug Fixes

  • Provide loader explicitly with yaml loading of configuration files. (66a7e70)

2.1.0 (2021-09-16)

Features

  • add --ci flag to grow install (f004a40)

2.0.6 (2021-09-06)

Bug Fixes

  • add /ext/ to sys.path for importing from local dirs #1179 (3e1ef7e)

2.0.5 (2021-08-21)

Bug Fixes

  • ignore extensions in file watchers (0ecc2f1)
  • release package name (d225edd)
  • remove logic from error handler to increase fault tolerance (eb3944f)

2.0.4 (2021-08-20)

Miscellaneous Chores

2.0.3 (2021-08-20)

Miscellaneous Chores

2.0.2 (2021-08-18)

Miscellaneous Chores

2.0.1 (2021-08-18)

Bug Fixes

Documentation

2.0.0 (2021-08-18)

⚠ BREAKING CHANGES

  • remove management commands (use pipenv instead)

Bug Fixes

  • avoid exiting the server when encountering errors on startup (c22f3ff)

Code Refactoring

  • remove management commands (use pipenv instead) (f0686a4)

Documentation