Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

54 lines (27 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

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

[0.0.5] - 2023-04-21

Fixed

  • Missing virtualenv. Using built-in venv instead.

[0.0.4] - 2023-04-20

Fixed

  • Fixed command escaping for commands and paths with space.

[0.0.3] - 2023-04-20

Added

  • Command to refresh the extension's own virtualenv.

Fixed

  • Python code execution path.
  • Remove mypy and other test files from final bundle.

[0.0.2] - 2023-04-19

Added

  • README with more information about the extension.

Fixed

  • Extension metadata.

[0.0.1] - 2023-04-19

Added

First release, added basic functionality, such as:

  • Auto create and manage virtual environments for the fal-serverless @isolated functions.
  • Allows you to run the fal-serverless @isolated functions in the cloud with a click.