Commit e22198b
v0.3.1 (#873)
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:**
* Fixed the override behavior of feature flags and constants in config
deployment to ensure correct application of overrides.
**Release and Documentation Updates:**
* Bumped the `VERSION` constant in `constants.py` from `0.3.0` to
`0.3.1` to mark the new release.
* Added a new entry for version `v0.3.1` in both `.changes/v0.3.1.md`
and `docs/changelog.md`, describing the bug fix and referencing the
relevant issue and author.
[[1]](diffhunk://#diff-e7efe824faf437ec99931ec2e292a8a13647f841238100ddca52a17ac4420f47R1-R5)
[[2]](diffhunk://#diff-77f023b99d3d58008351d3e82fc06e6d06ba1bc2da9e41be6329b7fa4f419f05R3-R8)
---------
Co-authored-by: Shira Sassoon <shirasassoon@microsoft.com>1 parent 7400852 commit e22198b
File tree
4 files changed
+12
-9
lines changed- .changes
- unreleased
- docs
- src/fabric_cicd
4 files changed
+12
-9
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments