Skip to content

Commit 3b3be93

Browse files
authored
Merge pull request #597 from UnitedIncome/v5.1.1-release
Update minor version and note recent contributors.
2 parents 6586a25 + fbbc4a7 commit 3b3be93

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,17 +528,17 @@ package:
528528

529529
## Contributors
530530

531-
- [@dschep](https://github.com/dschep) - Lead developer & maintainer
531+
- [@dschep](https://github.com/dschep) - Lead developer & original maintainer
532532
- [@azurelogic](https://github.com/azurelogic) - logging & documentation fixes
533533
- [@abetomo](https://github.com/abetomo) - style & linting
534534
- [@angstwad](https://github.com/angstwad) - `deploy --function` support
535535
- [@mather](https://github.com/mather) - the cache invalidation option
536536
- [@rmax](https://github.com/rmax) - the extra pip args option
537-
- [@bsamuel-ui](https://github.com/bsamuel-ui) - Python 3 support
537+
- [@bsamuel-ui](https://github.com/bsamuel-ui) - Python 3 support, current maintainer
538538
- [@suxor42](https://github.com/suxor42) - fixing permission issues with Docker on Linux
539539
- [@mbeltran213](https://github.com/mbeltran213) - fixing docker linux -u option bug
540540
- [@Tethik](https://github.com/Tethik) - adding usePipenv option
541-
- [@miketheman](https://github.com/miketheman) - fixing bug with includes when using zip option
541+
- [@miketheman](https://github.com/miketheman) - fixing bug with includes when using zip option, update eslint,
542542
- [@wattdave](https://github.com/wattdave) - fixing bug when using `deploymentBucket`
543543
- [@heri16](https://github.com/heri16) - fixing Docker support in Windows
544544
- [@ryansb](https://github.com/ryansb) - package individually support
@@ -551,5 +551,12 @@ package:
551551
- [@alexjurkiewicz](https://github.com/alexjurkiewicz) - [docs about docker workflows](#native-code-dependencies-during-build)
552552
- [@andrewfarley](https://github.com/andrewfarley) - Implemented download caching and static caching
553553
- [@bweigel](https://github.com/bweigel) - adding the `slimPatternsAppendDefaults` option & fixing per-function packaging when some functions don't have requirements & Porting tests from bats to js!
554-
- [@squaresurf](https://github.com/squaresurf) - adding usePoetry option
554+
- Poetry support
555+
- [@squaresurf](https://github.com/squaresurf)
556+
- [@drice](https://github.com/drice)
557+
- [@ofercaspi](https://github.com/ofercaspi)
558+
- [@tpansino](https://github.com/tpansino)
555559
- [@david-mk-lawrence](https://github.com/david-mk-lawrence) - added Lambda Layer support
560+
- [@bryantbriggs](https://github.com/bryantbiggs) - Fixing CI/CD
561+
- [@jacksgt](https://github.com/jacksgt) - Fixing pip issues
562+
- [@lephuongbg](https://github.com/lephuongbg) - Fixing single function deployment

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-python-requirements",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"engines": {
55
"node": ">=12.0"
66
},

0 commit comments

Comments
 (0)