chore(release): date the 3.0.0 changelog heading - #29
Merged
Merged
Conversation
Only change: `## 3.0.0 (unreleased)` -> `## 3.0.0 - 2026-09-13`. VersioningTest accepts either form on purpose so the heading was never a merge blocker; it becomes a release blocker. Suite: OK (229 tests, 747 assertions). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ao5paex73xXvuM424Libo
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
One line.
## 3.0.0 (unreleased)→## 3.0.0 - 2026-09-13, so the tag can be cut.VersioningTestaccepts either form deliberately, which is why the heading was never a merge blocker — it becomes a release blocker.Suite:
OK (229 tests, 747 assertions).What v3.0.0 delivers
Packagist currently serves v2.1.2. Until this tag exists,
composer require oilpriceapi/oilpriceapiinstalls a version that:2026-13-45T99:99:99Zbecomes2027-02-18T04:40:39+00:00;next friday,now,tomorrow,+1 weekand0000-00-00all produce valid-looking datescurrencysilently becomesUSD, labelling a EUR carbon price in dollarscurrency: ["EUR"]renders as the literal string"Array"code=PWNED price=1as authoritative price data, and on libcurl older than 7.58.0 theAuthorizationheader goes with itBreaking changes, all documented
Five, including the one that is easy to miss: the new
lib-curl >= 7.58.0constraint is an install-time break — Composer refuses on an older host. That break was in no section of the changelog until #28 caught it during review.🤖 Generated with Claude Code
https://claude.ai/code/session_015ao5paex73xXvuM424Libo