Skip to content

Commit 504a73a

Browse files
committed
Update readme and add versioning doc
1 parent 18f4a82 commit 504a73a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Failsafe is a lightweight, zero-dependency library for handling failures in Java
1010

1111
## Usage
1212

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

1515
## Contributing
1616

VERSIONING.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Versioning
2+
3+
Failsafe follows MAJOR.MINOR.PATCH versioning where:
4+
5+
- MAJOR versions contain significant new features and potentially significant incompatible API changes.
6+
- MINOR versions contain new features and potentially minor yet incompatible API changes.
7+
- PATCH versions contain bug fixes and minor new features that are fully backwards compatible.
8+
9+
All versions, new features, and API changes are described in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)