Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for version v1.0.1 #213

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

davidscn
Copy link
Member

...as part of the release procedure.

@davidscn davidscn requested a review from MakisH January 24, 2022 09:00
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@@ -10,7 +10,7 @@ preciceAdapter::Adapter::Adapter(const Time& runTime, const fvMesh& mesh)
: runTime_(runTime),
mesh_(mesh)
{
adapterInfo("Loaded the OpenFOAM-preCICE adapter - unreleased version.", "info");
adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.0.1.", "info");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussion between @uekerman, @davidscn, and me:

  • Versioning strategy writes:
    • Minor: new features (nearest-projection mapping, fluid-fluid coupling, ...). New tutorials may need this new version.

    • Bugfix / revision: small nice-to-have updates or bugfixes. The same tutorials run with any revision.

    • With this in mind, bugfix is ok.
  • The additional location checks is an important safety feature we should emphasize -> could go to a minor release.
  • In preCICE, we really use "bugfix" as "this is fixing something that was previously wrong and needs to be released immediately". This typically results in a cherry-pick. With a bugfix release, we want to be 100% sure that we don't introduce new bugs -> because we had updates for OpenFOAM v2112 (that may be breaking for some older releases or have other side effects), let's to minor.

CHANGELOG.md Outdated Show resolved Hide resolved
@davidscn davidscn merged commit 2f722a7 into precice:develop Jan 26, 2022
@MakisH MakisH added this to the v1.1.0 milestone Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants