Releases: smkent/jmapc
Releases · smkent/jmapc
v0.1.0
What's Changed
- Add more unit tests, add project URL to package data by @smkent in #15
- Add more examples, misc updates by @smkent in #16
- Add Email/set, EmailSubmission/set, handle multiple responses in method_call by @smkent in #17
- Support custom method calls, add tests for /query methods by @smkent in #18
- Add more method-level error types, bump dev status to Pre-Alpha by @smkent in #19
- Add project badges by @smkent in #20
Full Changelog: v0.0.3...v0.1.0
v0.0.3
v0.0.2-dev1
What's Changed
- Add requests as a package dependency, add CI updates by @smkent in #2
- Add cookiecutter attribution to README.md by @smkent in #3
- Set tox build to Python 3.10 by @smkent in #4
- Add lt poe task for running lint and test by @smkent in #5
- Simplify module paths and class names, misc improvements by @smkent in #6
- Re-enable poetry-dynamic-versioning by @smkent in #7
Full Changelog: v0.0.1...v0.0.2-dev1
v0.0.2
What's Changed
- Add requests as a package dependency, add CI updates by @smkent in #2
- Add cookiecutter attribution to README.md by @smkent in #3
- Set tox build to Python 3.10 by @smkent in #4
- Add lt poe task for running lint and test by @smkent in #5
- Simplify module paths and class names, misc improvements by @smkent in #6
- Re-enable poetry-dynamic-versioning by @smkent in #7
- Add a few unit tests by @smkent in #8
- Add support for Core/echo JMAP method by @smkent in #9
- Re-enable poetry-dynamic-versioning by @smkent in #10
- Add tests, organize methods and models by @smkent in #11
- Add misc fixups by @smkent in #12
- Add usage examples and development status information by @smkent in #13
Full Changelog: v0.0.1...v0.0.2
Test release process with a prerelease tag
Merge pull request #2 from smkent/dev Add requests as a package dependency, add CI updates
Test prerelease of development codebase
Merge pull request #1 from smkent/poetry Migrate from pipenv to Poetry