-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ vsc-extension-quickstart.md | |
**/.eslintrc.json | ||
**/*.map | ||
**/*.ts | ||
.mypy_cache/** | ||
python/tests/** | ||
out/test/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,39 @@ | ||
# Change Log | ||
# Changelog | ||
|
||
All notable changes to the "serverless" extension will be documented in this file. | ||
All notable changes to this project will be documented in this file. | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
<!-- ## [Unreleased] --> | ||
|
||
- Initial release | ||
## [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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters