Bump libs after nri prelude 0.7#155
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the sibling libraries for publication after the nri-prelude 0.7 breaking change by bumping affected package versions, changelog entries, and release metadata years.
Changes:
- Bumps release versions for packages that now require
nri-prelude >= 0.7.0.0. - Adds matching changelog entries for those package releases.
- Updates package, cabal, and license copyright years to 2026.
Reviewed changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
nri-http/package.yaml |
Bumps package version and copyright year. |
nri-http/nri-http.cabal |
Mirrors generated cabal metadata updates. |
nri-http/LICENSE |
Updates copyright year. |
nri-http/CHANGELOG.md |
Adds release note for requiring nri-prelude >= 0.7.0.0. |
nri-kafka/package.yaml |
Bumps package version and copyright year. |
nri-kafka/nri-kafka.cabal |
Mirrors generated cabal metadata updates. |
nri-kafka/LICENSE |
Updates copyright year. |
nri-kafka/CHANGELOG.md |
Adds release note for requiring nri-prelude >= 0.7.0.0. |
nri-observability/package.yaml |
Bumps package version and copyright year. |
nri-observability/nri-observability.cabal |
Mirrors generated cabal metadata updates. |
nri-observability/LICENSE |
Updates copyright year. |
nri-observability/CHANGELOG.md |
Adds release note for requiring nri-prelude >= 0.7.0.0. |
nri-postgresql/package.yaml |
Bumps package version and copyright year. |
nri-postgresql/nri-postgresql.cabal |
Mirrors generated cabal metadata updates. |
nri-postgresql/LICENSE |
Updates copyright year. |
nri-postgresql/CHANGELOG.md |
Adds release note for requiring nri-prelude >= 0.7.0.0. |
nri-redis/package.yaml |
Bumps package version and copyright year. |
nri-redis/nri-redis.cabal |
Mirrors generated cabal metadata updates. |
nri-redis/LICENSE |
Updates copyright year. |
nri-redis/CHANGELOG.md |
Adds release note for requiring nri-prelude >= 0.7.0.0. |
nri-prelude/package.yaml |
Updates copyright year. |
nri-prelude/nri-prelude.cabal |
Mirrors generated cabal metadata update. |
nri-prelude/LICENSE |
Updates copyright year. |
nri-env-parser/package.yaml |
Updates copyright year. |
nri-env-parser/nri-env-parser.cabal |
Mirrors generated cabal metadata update. |
nri-env-parser/LICENSE |
Updates copyright year. |
nri-log-explorer/package.yaml |
Updates copyright year. |
nri-log-explorer/nri-log-explorer.cabal |
Mirrors generated cabal metadata update. |
nri-log-explorer/LICENSE |
Updates copyright year. |
nri-test-encoding/package.yaml |
Updates copyright year. |
nri-test-encoding/nri-test-encoding.cabal |
Mirrors generated cabal metadata update. |
nri-test-encoding/LICENSE |
Updates copyright year. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
After bumping nri-postgresql to 0.4.0.1 and nri-redis to 0.4.1.1, the `srcLocPackage` strings embedded in their test goldens (e.g. `nri-redis-0.4.1.0-inplace-tests`) needed the matching suffix update. Applied as a targeted substring substitution rather than a full regeneration — the test-suite version is the only thing that changed, and surgical replacement avoids the risk of pulling in platform-specific noise from a local regen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
I bumped nri-prelude to 0.7 in #152 bc of breaking changes.
I should have also bumped these packages, whose version boundaries against nri-prelude changed due to the breaking change.
I'm planning to publish them all so I bumped the copyright year too (our release.sh script checks it).