Release notes
*Sourced from [cleverwrap's releases](https://github.com/snoonetIRC/cleverwrap.py/releases).*
> ## v0.3.0.2
> ### Added
> - Add full build tests to travis
>
> ### Fixed
> - Fix parsing version in setup.py
> - Fix version constraint regex in setup.py
>
> ## v0.3.0.1
> ### Fixed
> - Fix parsing requirements.txt during deployment
>
> ## v0.3.0
> ### Added
> - Add a changelog to track project changes
> - Separate conversation storage with `Conversation` objects
> - Allow errors to propagate as custom exceptions
> - Wrap replies in a `Response` object for ease of use
> - Allow the API url to be configured as a class parameter
>
> ### Fixed
> - Allow non-strict JSON parsing of responses
>
> ### Removed
> - Removed Python 3.4 support
Changelog
*Sourced from [cleverwrap's changelog](https://github.com/snoonetIRC/cleverwrap.py/blob/master/CHANGELOG.md).*
> ## [0.3.0.2] 2019-08-28
> ### Added
> - Add full build tests to travis
>
> ### Fixed
> - Fix parsing version in setup.py
> - Fix version constraint regex in setup.py
>
> ## [0.3.0.1] 2019-08-28
> ### Fixed
> - Fix parsing requirements.txt during deployment
>
> ## [0.3.0] 2019-08-28
> ### Added
> - Add a changelog to track project changes
> - Separate conversation storage with `Conversation` objects
> - Allow errors to propagate as custom exceptions
> - Wrap replies in a `Response` object for ease of use
> - Allow the API url to be configured as a class parameter
>
> ### Fixed
> - Allow non-strict JSON parsing of responses
>
> ### Removed
> - Removed Python 3.4 support
Commits
- [`b804aa2`](https://github.com/snoonetIRC/cleverwrap.py/commit/b804aa2afc024affdd785816296d67318afb05ed) Merge pull request [#23](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/23) from snoonetIRC/release-0.3.0.2
- [`86d31de`](https://github.com/snoonetIRC/cleverwrap.py/commit/86d31def3ff694e6f4285bfcd902b5edb31bd4a6) Release 0.3.0.2
- [`8838d0f`](https://github.com/snoonetIRC/cleverwrap.py/commit/8838d0fd4f3bf3eb4c3c883321c68cf6df376b63) Expand requirement constraint regex
- [`65864e5`](https://github.com/snoonetIRC/cleverwrap.py/commit/65864e59d2fd1677ed9fe7d29f6f7e598b13e69b) Fix parsing version in setup.py
- [`84e2097`](https://github.com/snoonetIRC/cleverwrap.py/commit/84e2097eeae4fe74047acea833e469e73cb1a0f2) Add build test
- [`25d1280`](https://github.com/snoonetIRC/cleverwrap.py/commit/25d1280cac4977ed324874d849cce44b2a275e40) Merge pull request [#22](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/22) from snoonetIRC/release-0.3.0.1
- [`5538a2b`](https://github.com/snoonetIRC/cleverwrap.py/commit/5538a2bd35710f21f6f2ab6edc2c68a6ebb0ab7a) Release 0.3.0.1
- [`965bcdd`](https://github.com/snoonetIRC/cleverwrap.py/commit/965bcddd3e57b55efa0e94039fb2bf8524171c60) Fix parsing of requirements file
- [`ff7afac`](https://github.com/snoonetIRC/cleverwrap.py/commit/ff7afac4794a468c0ca4166f88ad47aab66f3e2c) Merge pull request [#21](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/21) from snoonetIRC/release-0.3
- [`d1e0df9`](https://github.com/snoonetIRC/cleverwrap.py/commit/d1e0df9de1c484cca8b4c59a7d20f65b9f075367) Release 0.3.0
- Additional commits viewable in [compare view](https://github.com/snoonetIRC/cleverwrap.py/compare/v0.2.3.6...v0.3.0.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps cleverwrap from 0.2.3.6 to 0.3.0.2.
Release notes
*Sourced from [cleverwrap's releases](https://github.com/snoonetIRC/cleverwrap.py/releases).* > ## v0.3.0.2 > ### Added > - Add full build tests to travis > > ### Fixed > - Fix parsing version in setup.py > - Fix version constraint regex in setup.py > > ## v0.3.0.1 > ### Fixed > - Fix parsing requirements.txt during deployment > > ## v0.3.0 > ### Added > - Add a changelog to track project changes > - Separate conversation storage with `Conversation` objects > - Allow errors to propagate as custom exceptions > - Wrap replies in a `Response` object for ease of use > - Allow the API url to be configured as a class parameter > > ### Fixed > - Allow non-strict JSON parsing of responses > > ### Removed > - Removed Python 3.4 supportChangelog
*Sourced from [cleverwrap's changelog](https://github.com/snoonetIRC/cleverwrap.py/blob/master/CHANGELOG.md).* > ## [0.3.0.2] 2019-08-28 > ### Added > - Add full build tests to travis > > ### Fixed > - Fix parsing version in setup.py > - Fix version constraint regex in setup.py > > ## [0.3.0.1] 2019-08-28 > ### Fixed > - Fix parsing requirements.txt during deployment > > ## [0.3.0] 2019-08-28 > ### Added > - Add a changelog to track project changes > - Separate conversation storage with `Conversation` objects > - Allow errors to propagate as custom exceptions > - Wrap replies in a `Response` object for ease of use > - Allow the API url to be configured as a class parameter > > ### Fixed > - Allow non-strict JSON parsing of responses > > ### Removed > - Removed Python 3.4 supportCommits
- [`b804aa2`](https://github.com/snoonetIRC/cleverwrap.py/commit/b804aa2afc024affdd785816296d67318afb05ed) Merge pull request [#23](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/23) from snoonetIRC/release-0.3.0.2 - [`86d31de`](https://github.com/snoonetIRC/cleverwrap.py/commit/86d31def3ff694e6f4285bfcd902b5edb31bd4a6) Release 0.3.0.2 - [`8838d0f`](https://github.com/snoonetIRC/cleverwrap.py/commit/8838d0fd4f3bf3eb4c3c883321c68cf6df376b63) Expand requirement constraint regex - [`65864e5`](https://github.com/snoonetIRC/cleverwrap.py/commit/65864e59d2fd1677ed9fe7d29f6f7e598b13e69b) Fix parsing version in setup.py - [`84e2097`](https://github.com/snoonetIRC/cleverwrap.py/commit/84e2097eeae4fe74047acea833e469e73cb1a0f2) Add build test - [`25d1280`](https://github.com/snoonetIRC/cleverwrap.py/commit/25d1280cac4977ed324874d849cce44b2a275e40) Merge pull request [#22](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/22) from snoonetIRC/release-0.3.0.1 - [`5538a2b`](https://github.com/snoonetIRC/cleverwrap.py/commit/5538a2bd35710f21f6f2ab6edc2c68a6ebb0ab7a) Release 0.3.0.1 - [`965bcdd`](https://github.com/snoonetIRC/cleverwrap.py/commit/965bcddd3e57b55efa0e94039fb2bf8524171c60) Fix parsing of requirements file - [`ff7afac`](https://github.com/snoonetIRC/cleverwrap.py/commit/ff7afac4794a468c0ca4166f88ad47aab66f3e2c) Merge pull request [#21](https://github-redirect.dependabot.com/snoonetIRC/cleverwrap.py/issues/21) from snoonetIRC/release-0.3 - [`d1e0df9`](https://github.com/snoonetIRC/cleverwrap.py/commit/d1e0df9de1c484cca8b4c59a7d20f65b9f075367) Release 0.3.0 - Additional commits viewable in [compare view](https://github.com/snoonetIRC/cleverwrap.py/compare/v0.2.3.6...v0.3.0.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.