Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

24 lines (20 loc) · 1.32 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Add Known Issues to the docs

1.0.1 - 2021-08-12

Added

  • Optional arguments:
    • deta-project-dir: The name of the directory where the Deta code is located, in cases where the project is not located in the root directory. Default . (the root). PR #2

1.0.0 - 2020-12-08

Added

  • Deployment to Deta Micro
  • Required arguments:
    • deta-access-token: The access token generated by Deta. Used for deta clone and deta deploy commands.
    • deta-name: The name of the existing Deta Micro you are deploying to. Used for deta clone command in order to retrieve the latest information about the targeted Micro.
  • Optional arguments:
    • deta-project: The name of the Deta project your Micro is part of. Used for deta clone command in order to retrieve the latest information about the targeted Micro. Default "default".