Skip to content

Commit 65bab75

Browse files
committed
chore: bump version to 1.1.0
1 parent cd56d31 commit 65bab75

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Fixed
2424

2525
- Fixed decorator nesting that breaks compatibility with local testing framework
26+
27+
## [1.1.0] - 2023-05-11
28+
29+
### Feature
30+
31+
- Added dev command to test functions locally
32+
- Added `--verbose` and `--log-level` flags for a better feedback when deploying
33+
34+
### Fixed
35+
36+
- Setting `http_option=enabled` will now correctly apply HTTPs-only when deploying with the API
37+
38+
### Removed
39+
40+
- Removed generating Terraform and Serverless Framework configuration files as those features were mostly unused. This does not break the `scw-serverless` library but it removes a command from the CLI. We think those changes will help improve the overall quality of the tool.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scw-serverless"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "Framework for writing serverless APIs in Python, using Scaleway functions and containers."
55
authors = ["Scaleway Serverless Team <opensource@scaleway.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)