Skip to content

Commit 21ee34b

Browse files
committed
Fixed #402
* Update the README to declare to follow SemVer versioning schema
1 parent 767c5ab commit 21ee34b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In addition, this tool is able to generate attribution notices and
3131
identify redistributable source code used in your project to help you comply
3232
with open source licenses conditions.
3333

34-
This version of the AboutCode Toolkit follows the ABOUT specification version 3.0 at:
34+
This version of the AboutCode Toolkit follows the ABOUT specification version 3.1.4 at:
3535
https://github.com/nexB/aboutcode-toolkit/blob/develop/SPECIFICATION.rst
3636

3737

@@ -64,8 +64,18 @@ or on windows:
6464
configure
6565

6666

67+
VERSIONING SCHEMA
68+
-----------------
69+
Starting at AboutCode version 4.0.0, the AboutCode Toolkit will follow SemVer for the versioning schema.
70+
71+
i.e. MAJOR.MINOR.PATCH format
72+
1. MAJOR version when making incompatible API changes,
73+
2. MINOR version when making functionality in a backwards compatible manner, and
74+
3. PATCH version when making backwards compatible bug fixes.
75+
76+
6777
REFERENCE
68-
-----
78+
---------
6979
See https://github.com/nexB/aboutcode-toolkit/blob/master/REFERENCE.rst for reference
7080
on aboutcode-toolkit usage.
7181

docs/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2019-xx-xx
2+
Release 4.0.1
3+
4+
* Declare to follow SemVer for versioning schema
5+
6+
17
2019-10-09
28

39
Release 4.0.0

0 commit comments

Comments
 (0)