Releases: sourcery-ai/sourcery-analytics
Releases · sourcery-ai/sourcery-analytics
1.2.1
Dependency updates including core dependency astroid.
What's Changed
- fix(deps): update dependency more-itertools to v8.14.0 by @renovate in #24
- fix(deps): update dependency pydantic to v1.9.2 by @renovate in #25
- fix: adjust a couple of minor typos and issues in the docs by @bm424 in #26
- fix(deps): update dependency astroid to v2.12.5 by @renovate in #28
- fix(deps): update dependency pydantic to v1.10.1 by @renovate in #29
- build(deps): bump lxml from 4.8.0 to 4.9.1 by @dependabot in #27
- fix(deps): update dependency astroid to v2.12.6 by @renovate in #30
- fix(deps): update dependency pydantic to v1.10.2 by @renovate in #31
- fix(deps): update dependency astroid to v2.12.7 by @renovate in #32
- fix(deps): update dependency astroid to v2.12.8 by @renovate in #33
- fix(deps): update dependency astroid to v2.12.9 by @renovate in #34
- fix(deps): update dependency astroid to v2.12.10 by @renovate in #35
New Contributors
- @dependabot made their first contribution in #27
Full Changelog: 1.2.0...1.2.1
1.2.0
Main Change
- files containing syntax errors are now skipped during any analysis, logging a warning
What's Changed
- feat: skip syntax errors by @bm424 in #17
- ci: tooling and styles by @bm424 in #18
- fix(deps): update dependency typer to v0.4.2 by @renovate in #19
- fix(deps): update dependency rich to v12.5.1 by @renovate in #22
- chore(deps): update dependency mypy to ^0.971 by @renovate in #23
- fix(deps): update dependency typer to v0.6.1 by @renovate in #20
- feat: use rich option for typer CLI
Full Changelog: 1.1.0...1.2.0
1.1.0
Main change
sourcery-analytics assess
command added to analyze files and directories compared against configurable thresholds.
All Changes
- Added Sourcery & RepoAnalysis.com references by @angrycaptain19 in #3
- feat:
assess
command in the CLI by @bm424 in #4 - Configure Renovate by @renovate in #5
- fix(deps): update dependency astroid to v2.11.5 by @renovate in #6
- fix(deps): update dependency pydantic to v1.9.1 by @renovate in #7
- fix(deps): update dependency more-itertools to v8.13.0 by @renovate in #10
- chore(deps): update dependency mypy to ^0.960 by @renovate in #9
- fix(deps): update dependency rich to v12.4.4 by @renovate in #11
- chore(deps): update dependency sphinx to v5 by @renovate in #12
- chore(deps): update actions/setup-python action to v4 by @renovate in #14
- fix(deps): update dependency astroid to v2.11.6 by @renovate in #15
- docs: add some additional badges by @bm424 in #16
New Contributors
- @angrycaptain19 made their first contribution in #3
- @bm424 made their first contribution in #4
- @renovate made their first contribution in #5
Full Changelog: 1.0.1...1.1.0
1.0.1
1.0.0
Initial release
0.1.0-beta.1 docs: add changelog