Release version 1.3.2 - #53
Open
sirosen wants to merge 1 commit into
Open
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
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.
Changelog
This is the changelog from v1.3.2 , verbatim, at time of writing.
dependency_groupsparameter toresolve(),resolve_all(), andDependencyGroupsResolver().TypeErrorwhen aninclude-groupvalue is not a string(was a cryptic
TypeErrorfrom name normalization), and accept anyMappingfor include items, not onlydict.pip-install-dependency-groupsfailed when theresolved groups were empty. It now prints
Nothing to installand exitsnormally.
dependency-groups --listnow respects the-o/--outputoption.Minor vs Patch
I decided on a patch release, as there are no new features. Only fixes and Python support updates.
Aside: Process
@henryiii I gave it a short rest (since the last change) before prepping this, and then went over the release process for this repo to push this out.
I noticed some process/meta things:
RELEASING.md-- I plan to add one, just so the mechanism is documentedThat setup (tag and release triggers) is the way I do things for most of my independent projects, but I can adapt if there are changes you think we/I should make.
After approval, I'll merge, tag, and create the release. :)
📚 Documentation preview 📚: https://dependency-groups--53.org.readthedocs.build/en/53/