Open
chore: release v2.2.0 "Carbon and Nitrogen in Sync"#369
Conversation
Co-authored-by: dlebauer <464871+dlebauer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Release v2.2.0 with version bumps and updated CHANGELOG
chore: release v2.2.0 "Carbon-Nitrogen Refinement"
Aug 14, 2026
dlebauer
reviewed
Aug 14, 2026
dlebauer
marked this pull request as ready for review
August 14, 2026 22:40
dlebauer
enabled auto-merge (squash)
August 14, 2026 22:40
dlebauer
approved these changes
Aug 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Promotes the repository metadata and documentation from v2.1.0 to v2.2.0, aligning version strings across the codebase, Doxygen docs, citation metadata, and release notes for the v2.2.0 release.
Changes:
- Bump SIPNET version to 2.2.0 in
src/sipnet/version.h,docs/Doxyfile, andCITATION.cff. - Promote the changelog’s
[Unreleased]section into a SIPNET 2.2.0 release section and add the release Git SHA entry.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
docs/CHANGELOG.md |
Creates the 2.2.0 release section, adds fixed items and a Git SHA, and reinitializes an empty [Unreleased] template. |
CITATION.cff |
Updates citation metadata version fields to 2.2.0. |
src/sipnet/version.h |
Updates the compiled-in numeric/version string to 2.2.0. |
docs/Doxyfile |
Updates Doxygen PROJECT_NUMBER to 2.2.0. |
Suppressed comments (1)
docs/CHANGELOG.md:55
- These new changelog bullets end with periods, but the surrounding bullets do not. For consistency, remove the trailing periods.
- Corrected plant carbon accounting so the accounting-only carbon delta is not treated as nitrogen-bearing woody biomass (#359).
- Corrected nitrogen resorption and storage accounting during senescence and negative growth, including the ordering of storage use, fixation, and uptake (#359).
- Corrected the nitrogen mass-balance sign convention (#359).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| ### Git SHA | ||
|
|
||
| 70762ca |
Member
There was a problem hiding this comment.
how do we make sure that this is up to date when we tag the release?
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
Promotes the unreleased changes to v2.2.0, with the theme "Carbon and Nitrogen in Sync" reflecting that this release primarily stabilizes the broken C/N accounting introduced in v2.1.0 (PR #359, fixing #350 and #325), alongside new phenology and visualization features.
Changes
docs/CHANGELOG.md— promotes[Unreleased]to## SIPNET 2.2.0 - "Carbon-Nitrogen Refinement"; expands the previously empty### Fixedsection with C/N accounting corrections from PR SIP350 Update carbon accounting + plant mortality #359; fills in Git SHA (70762ca); opens a new empty[Unreleased]sectionCITATION.cff— bumpsversionto2.2.0in both the top-level andpreferred-citationblockssrc/sipnet/version.h— bumpsNUMERIC_VERSIONto"2.2.0"docs/Doxyfile— bumpsPROJECT_NUMBERto2.2.0