Skip to content

Commit cd10c9d

Browse files
authored
chore: update changelog (#27)
1 parent 9400fdb commit cd10c9d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Initial project setup
1313
- Local testing utils
1414
- Repository setup
15+
16+
## [0.1.1] - 2023-04-14
17+
18+
### Fixed
19+
20+
- Fix typos in headers injected by Envoy
21+
22+
### Changed
23+
24+
- Update README with link to Serverless Functions Node

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scaleway-functions-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Utilities for testing your Python handlers for Scaleway Serverless Functions."
55
authors = ["Scaleway Serverless Team <[email protected]>"]
66

@@ -15,7 +15,7 @@ keywords = ["serverless", "scaleway", "functions", "cloud", "faas"]
1515
# "Development Status :: 4 - Beta"
1616
# "Development Status :: 5 - Production/Stable"
1717
classifiers = [
18-
"Development Status :: 3 - Alpha",
18+
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",
2020
"Intended Audience :: Information Technology",
2121
"Topic :: Software Development :: Libraries :: Application Frameworks",

0 commit comments

Comments
 (0)