Skip to content

Commit

Permalink
chore: update changelog and upgrade version for new release (#69)
Browse files Browse the repository at this point in the history
Update change log & upgrade project version to v1.0.0Update command to get gateway host in integration-gateway workflow.
  • Loading branch information
redanrd authored Apr 11, 2023
1 parent 161d3b4 commit b74f1d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run integration tests
run: |
pushd $GATEWAY_CHECKOUT_DIR
export GATEWAY_HOST=$(make get-gateway-endpoint -s)
export GATEWAY_HOST=$(make gateway-host -s)
popd
poetry run pytest tests/integrations/gateway -n $(nproc --all)
env:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in 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). -->

## [0.4.0] - 2023-02-27
## [0.0.4] - 2023-02-27

### Fixed

- Fixed a bug which prevented the use of multiple modules
- Fixed env vars were being overwritten by config file

## [1.0.0] - 2023-03-07

### Feature

- Add support for self hosted serverless gateway
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scw-serverless"
version = "0.0.4"
version = "1.0.0"
description = "Framework for writing serverless APIs in Python, using Scaleway functions and containers."
authors = ["Scaleway Serverless Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b74f1d3

Please sign in to comment.