Skip to content

Commit

Permalink
chore: update changelog (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclimse authored Apr 14, 2023
1 parent 9400fdb commit cd10c9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial project setup
- Local testing utils
- Repository setup

## [0.1.1] - 2023-04-14

### Fixed

- Fix typos in headers injected by Envoy

### Changed

- Update README with link to Serverless Functions Node
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scaleway-functions-python"
version = "0.1.0"
version = "0.1.1"
description = "Utilities for testing your Python handlers for Scaleway Serverless Functions."
authors = ["Scaleway Serverless Team <[email protected]>"]

Expand All @@ -15,7 +15,7 @@ keywords = ["serverless", "scaleway", "functions", "cloud", "faas"]
# "Development Status :: 4 - Beta"
# "Development Status :: 5 - Production/Stable"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Topic :: Software Development :: Libraries :: Application Frameworks",
Expand Down

0 comments on commit cd10c9d

Please sign in to comment.