Merged
Conversation
ayeshurun
approved these changes
Mar 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v0.3.1 release by bumping the library version and updating release notes, with messaging that the release contains a fix for config-deployment override behavior.
Changes:
- Bump
fabric_cicdversion from0.3.0to0.3.1. - Add
v0.3.1entries todocs/changelog.mdand.changes/v0.3.1.md. - Remove the corresponding
.changes/unreleasedYAML entry after cutting the release notes.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/fabric_cicd/constants.py |
Updates VERSION to 0.3.1 (drives package version). |
docs/changelog.md |
Adds a v0.3.1 changelog entry. |
.changes/v0.3.1.md |
Adds the versioned release-notes file for v0.3.1. |
.changes/unreleased/fixed-20260311-110454.yaml |
Removes the unreleased changie entry after promoting it into the release notes. |
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.
This pull request addresses a bug related to the override behavior of feature flags and constants during config deployment, and also prepares the project for a new release (
v0.3.1). The main focus is on ensuring that feature flags and constants are correctly overridden as expected during deployment. Additionally, version numbers and changelogs have been updated to reflect this fix.Bug Fixes:
Release and Documentation Updates:
VERSIONconstant inconstants.pyfrom0.3.0to0.3.1to mark the new release.v0.3.1in both.changes/v0.3.1.mdanddocs/changelog.md, describing the bug fix and referencing the relevant issue and author. [1] [2]