Browse Source

Update README.md

Ryan Chandler 5 years ago
parent
commit
5c7dd47773
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -122,3 +122,9 @@ Spruce.stores.application.name = 'Amazing Spruce Integration'
 ```
 
 This will trigger Alpine to re-evaluate your subscribed components and re-render.
+
+## Versioning
+
+This projects follow the [Semantic Versioning](https://semver.org/) guidelines. This means that there *could* be breaking changes on minor version changes, up until v1.x is reached.
+
+For example, 0.1 -> 0.2 might introduce a breaking change.