Skip to content

Mark master as post-1.901 development (1.901_001)#72

Merged
jmacdotorg merged 1 commit into
masterfrom
chore/post-1.901-dev-version
Jun 22, 2026
Merged

Mark master as post-1.901 development (1.901_001)#72
jmacdotorg merged 1 commit into
masterfrom
chore/post-1.901-dev-version

Conversation

@jmacdotorg

Copy link
Copy Markdown
Owner

Sets $VERSION in lib/Plerd.pm to a developer (underscore) version so master stops claiming to be the released 1.901 while it accumulates the pending bug-fix merges (#66#71).

  • The underscore makes PAUSE treat it as a non-indexed trial/dev version, so a cpanm-from-git install won't masquerade as stable 1.901.
  • 1.901_001 numifies to 1.901001, which sorts after 1.901 and before the eventual 1.902 stable release. (Anchoring on 1.901 rather than 1.902 is deliberate: 1.902_001 would numify to 1.902001 and sort ahead of the real 1.902.)
  • The next stable release drops the underscore and becomes 1.902.

Changelog entries for the individual fixes are intentionally not here — each fix PR adds its own {{$NEXT}} line so the entry lands with the code that justifies it.

🤖 Generated with Claude Code

Set $VERSION to a developer (underscore) version so the in-progress
master branch no longer claims to be the released 1.901. The underscore
makes PAUSE treat it as a non-indexed trial version, and 1.901_001
numifies to 1.901001 -- sorting after 1.901 and before the eventual
1.902 stable release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jmacdotorg jmacdotorg merged commit 7747fc9 into master Jun 22, 2026
3 checks passed
@jmacdotorg jmacdotorg deleted the chore/post-1.901-dev-version branch June 22, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant