-
Notifications
You must be signed in to change notification settings - Fork 32
Release 1.8.0 #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.8.0 #226
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add renovate.json * Add renovate.json. * Fix renovate configuration. * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Leo Kirchner <[email protected]>
* Update renovate.json * Add renovate config validation to the CI. * Update version for renovate configuration checking action.
* Limit redundant CI concurrency * Update .github/workflows/ci.yml Co-authored-by: Christian Adell <[email protected]> Co-authored-by: Christian Adell <[email protected]>
Update renovate.json
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add diagram from Glenn's blog
* source images from githubusercontent * update end-line for readme
* Add 'skip' to diff.summary() * Fix location of variable and comment * Update summary in example 6 * Add comment to skip callculation in diff.summary()
* Add documentation around ordering * update note * Update docs and add diag * Update docs/source/getting_started/01-getting-started.md Co-authored-by: Glenn Matthews <[email protected]> Co-authored-by: Glenn Matthews <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#174) * Update docker, add methods to load from dictionary, get tree traversal, and update docs * Apply suggestions from code review Co-authored-by: Glenn Matthews <[email protected]> * Additional recommended updates for loop efficiency and using classmethod * update docs * mypy feedback * lock poetry Co-authored-by: Glenn Matthews <[email protected]>
Resync develop to main after 1.7.0
Add a Slack notify step in CI
* return diff to improve dx * added tests for sync_to and sync_from methods * run black on init * moved pylint: disable=too-many-arguments comment
* added build job to documentation * added redis backend * rewrite invoke build line
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v65.5.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update CI. * Fix mypy errors and make its configuration simpler.
* chore: update dependencies structlog, packaging * chore: poetry lock * style: reformat with black --------- Co-authored-by: James Harr <[email protected]>
Closed
Kircheneer
approved these changes
Apr 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replacement for #215 - bumps version to 1.8.0 instead of 1.7.1 since we have new APIs, plus includes CHANGELOG updates.