From a4f151d96d5c7ecac5d0ed2296a04128b50fdcd8 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Wed, 2 Jun 2021 16:07:15 +0200 Subject: [PATCH] Add semver 2.0 --- radar/2021-01-01/semver2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 radar/2021-01-01/semver2.md diff --git a/radar/2021-01-01/semver2.md b/radar/2021-01-01/semver2.md new file mode 100644 index 0000000..06ea5cc --- /dev/null +++ b/radar/2021-01-01/semver2.md @@ -0,0 +1,11 @@ +--- +title: "Semantic Versioning 2.0" +ring: adopt +quadrant: methods-and-patterns +featured: false +--- + +[Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) is a scheme for specifying a software's version. +As the de facto standard, this is widely used and established in all areas of software development. It offers a clear way of communicating changes over the lifetime of the software being developed. + +Especially in large-scale projects with many components being dependent on each other, it is important to use unambiguous communication across teams. \ No newline at end of file