Skip to content

Commit 1662bd9

Browse files
committed
Version bump
1 parent 21f545b commit 1662bd9

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.0.0
2+
3+
## Features
4+
5+
- Update serverless integration for v3 compatibility (breaks integration with serverless < 2.32.0) (#193)
6+
7+
_Mariusz Nowak_
8+
9+
- Add options for specifying SSL cert location when serving locally (#195)
10+
11+
_Nathaniel J. Padgett_
12+
13+
- Support wsgi handler placed in a subfolder (#198)
14+
15+
_Felipe Passos_
16+
117
# 2.0.2
218

319
## Bugs

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-wsgi",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"engines": {
55
"node": ">=10"
66
},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="serverless-wsgi",
8-
version="2.0.2",
8+
version="3.0.0",
99
python_requires=">3.6",
1010
author="Logan Raarup",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)