chore: back-merge main into dev after v0.2.14 release (#207)#208
Conversation
feat: release v0.2.14 — UI interactivity, AI admin console, agent reliability fixes
…n--components--forecastlabai chore(main): release 0.2.14
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBack-merges main into dev to carry the v0.2.14 release metadata, updating release-managed versioning files and changelog entries with no functional code changes. Flow diagram for back-merging main into dev to carry v0.2.14 metadataflowchart LR
subgraph main_branch[main]
A[.release-please-manifest.json
version 0.2.14]
B[pyproject.toml
version 0.2.14]
C[CHANGELOG.md
add 0.2.14 notes]
end
subgraph dev_branch[dev]
D[Previous versions
up to 0.2.13]
end
main_branch -- back-merge --> dev_branch
D --> E[dev now carries
0.2.14 metadata]
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
Back-merges
mainintodevafter the v0.2.14 release sodevcarries the release-please version bump. Closes #207.mainhas 3 commitsdevlacks — the #201 release merge,chore(main): release 0.2.14, and the #206 Release-PR merge. The only content delta is the 3 release-managed files:.release-please-manifest.json→0.2.14pyproject.toml→0.2.14CHANGELOG.md— v0.2.14 release notes0 conflicts —
dev's tip is already a parent ofmain's history (via the #201 merge), so this is a clean fast-forward of the release commits ontodev.Merge with "Create a merge commit" (
gh pr merge <N> --merge). Squashing would stopmainfrom becoming an ancestor ofdevand the next release PR would re-conflict (this exact trap cost an extra round with PR #203 → #204).Summary by Sourcery
Back-merge the v0.2.14 release changes from main into dev so the development branch reflects the latest released version.
New Features:
Enhancements:
Documentation: