Skip to content

Commit

Permalink
Update readme and add versioning doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Sep 22, 2021
1 parent 18f4a82 commit 504a73a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Failsafe is a lightweight, zero-dependency library for handling failures in Java

## Usage

Visit [failsafe.dev](https://failsafe.dev) for docs, usage info, and more.
Visit [failsafe.dev](https://failsafe.dev) for usage info, docs, and additional resources.

## Contributing

Expand Down
9 changes: 9 additions & 0 deletions VERSIONING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Versioning

Failsafe follows MAJOR.MINOR.PATCH versioning where:

- MAJOR versions contain significant new features and potentially significant incompatible API changes.
- MINOR versions contain new features and potentially minor yet incompatible API changes.
- PATCH versions contain bug fixes and minor new features that are fully backwards compatible.

All versions, new features, and API changes are described in the [CHANGELOG](CHANGELOG.md).

0 comments on commit 504a73a

Please sign in to comment.