Semantic Versioning Highlights
- We start our version as 0.1.0
- The 1 in 0.1 is a minor release, which indicates functional changes
- As we're in a 0.x release, we're able to push out breaking changes, as a 0.x release does not promise backwards compatibility.
Source: "Test-Driven Chef Cookbook Development Using ChefSpec (and a sprinkling of InSpec)" by Jamie Tanna, September 4, 2018, https://www.jvt.me/posts/2018/09/04/tdd-chef-cookbooks-chefspec-inspec/