Full Changelog: v4.0.0...v5.0.0
BREAKING CHANGES with v5.0.0
run and runString now return a promise instead of a using a callback.
You will need to 1) check the return value, 2) remove the callback argument, and 3) change to a promise
see readme for usage examples
Other notes
I confirmed that python-shell works with python 3.11 and node v18.
Auto generated release notes
What's Changed
- v5 release by @Almenon in #282
- Update example in README.md by @DawChihLiou in #298
- update node&python version by @Almenon in #304
- Remove bad -u by @Almenon in #307
- Bump hawk and request-json by @dependabot[bot] in #284
- upgrade deps by @Almenon in #314
New Contributors
- @DawChihLiou made their first contribution in #298