-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release 0.10.0 #371
Comments
In the features, I think that only #357 is worth mentioning, as the other changes are internal ones, and not user-facing changes. Same in miscellaneous, only #368 is probably worth mentioning (and could maybe be moved to features, although it could be ok to keep it in this section). For consistency with other entries, we should also drop "feat():" and capitalise the first word. |
Thanks for the feedback! Processed your proposed changes :) |
Looks good to me 🙂 |
Dear @fpgmaas and @mkniewallner , |
Hey @lisphilar! Thanks for you comment. I am afraid that the 1.0.0 release is not currently planned, although it might be something that we could start thinking towards. "In summary, a 1.0.0 release should be considered when the package is stable, provides all of the essential features, has a stable API, is thoroughly tested, and has received positive user feedback." I think out of this list the stable API is the one part that is currently lacking; we still make some changes to it, albeit irregularly. I do think that the package is reaching a level of maturity where we are relatively close to achieving this stable API. Sorry for not being able to provide more clarity on this yet! |
Thank you for your reply! |
What's Changed
Breaking changes
Release
0.10.0
of deptry brings a significant improvement to the way in which issues are reported. Previously, issues were reported in a summarized format, making it difficult for users to pinpoint exactly where in the code the issue was occurring. This is resolved by #357, which adds location information to the detected issues.#367 adds error codes to identify the different issue types:
Here's an example of how issues are now reported in release 0.10.0:
The json output generated by using the
-o
or--json-output
is also modified to include the new error codes and location information:Features
Full Changelog: 0.9.0...0.10.0
The text was updated successfully, but these errors were encountered: