Skip to content

Commit

Permalink
Add versioning disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalor committed May 11, 2023
1 parent a50f37f commit 3ed1ac7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ func main() {
payload.Resources[0].Timestamp.String(), *payload.Resources[0].Score)
}
```

## Versioning

This module adheres to the Go Module version numbering system, as described in detail at [Go Module version numbering](https://go.dev/doc/modules/version-numbers).

It is important to note that since this module is currently in the `v0.x.x` stage, backward compatibility cannot be guaranteed between minor versions (`vMAJOR.MINOR.PATCH`). Any breaking changes that may occur between versions will be explicitly mentioned in the release notes. It is highly recommended to pin the version of this module in your `go.mod` file to a specific patch version, and to update it only after reviewing the release notes and thorough testing.

0 comments on commit 3ed1ac7

Please sign in to comment.