Housekeeping: changelog updates etc. - #165
Merged
Merged
Conversation
matentzn
approved these changes
May 26, 2026
matentzn
left a comment
Contributor
There was a problem hiding this comment.
Looks great to me, thanks!
dalito
force-pushed
the
issue164-housekeeping-changelog
branch
from
May 26, 2026 15:01
bfc6545 to
f28825a
Compare
Member
Author
|
Updated CHANGELOG to reference the next Release v0.5.0 planned for tomorrow evening. This PR should only be merged after #162. |
dalito
force-pushed
the
issue164-housekeeping-changelog
branch
from
May 27, 2026 13:44
ec390dc to
ba8fcb0
Compare
Member
Author
|
Rebased and resolved conflicts. Also addressed the comments added in #170 after merge. |
matentzn
approved these changes
May 27, 2026
| @@ -1,4 +1,4 @@ | |||
| """{{project_name}} | |||
| """{{project_name}}. | |||
Contributor
There was a problem hiding this comment.
Note that occasionally projects might contain a period so # noqa might be more robust then adding a period
Member
Author
There was a problem hiding this comment.
Thanks for the edge case. I ended up adding a validator which prevents a dot at the end of the project name. Without the validator a dot at the end of the name even caused an exception in slugify.
Follow-up of post merge comments in linkml#170
dalito
force-pushed
the
issue164-housekeeping-changelog
branch
from
May 27, 2026 17:36
557f36e to
852b083
Compare
Also reduce length of validation message as copier's statusline provided by the prompt_toolkit is limited to one line.
dalito
force-pushed
the
issue164-housekeeping-changelog
branch
from
May 27, 2026 19:18
852b083 to
4534208
Compare
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.
The PR contains mostly documentation changes:
Non-documentation change:
Please only approve. Do not merge. I like to integrate the planned new release into the changelog. @matentzn
Closes #164