README.adoc in versionaire-10.6.0 vs README.adoc in versionaire-11.0.0

- old
+ new

@@ -6,11 +6,9 @@ = Versionaire Ruby doesn't provide a primitive version type by default so Versionaire fills this gap by providing immutable and thread-safe {semver_link} so you can leverage versions within your applications. This new `Version` type behaves and feels a lot like other primitives (i.e. `String`, `Array`, `Hash`, etc) and can even be cast/converted from other primitives. - - toc::[] == Features * Provides _strict_ {semver_link} which means `<major>.<minor>.<patch>`.