Skip to content

Commit

Permalink
Add versioning strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 15, 2024
1 parent 5b79c55 commit 1daae8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ The implementation is provided by other (solver-specific) packages, e.g.:

For further information on how to get started with MIP modeling and Nextmv,
please refer to the [official documentation](https://docs.nextmv.io/docs/mixed-integer-programming).

## Versioning

We try our best to version our software thoughtfully and only break APIs and
behaviors when we have a good reason to.

- Minor (`v1.^.0`) tags: new features, might be breaking.
- Patch (`v1.0.^`) tags: bug fixes.

0 comments on commit 1daae8e

Please sign in to comment.