Skip to content

Commit

Permalink
Add list of porting guides to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Jan 8, 2024
1 parent d08c1b5 commit 63072fb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ keywords: api, adapter, version, porting, major, breaking

We use [semantic versioning](https://semver.org/) for preCICE, which means that you can extract useful information from the version number. If the first digit (major version) does not change, this means that you don't need to update your adapter or (usually) your preCICE configuration file. However, when the major version number increases, this means that you need to update your code as well (we plan for a major version change once every 2-3 years).
We recommend using the latest stable versions of preCICE and the corresponding bindings and adapters.

Porting guides:

* [version 1 to 2](couple-your-code-porting-v1-2)
* [version 2 to 3](couple-your-code-porting-v2-3)

0 comments on commit 63072fb

Please sign in to comment.