@@ -7,10 +7,11 @@ and the text can be used as part of the release description.
77The pre-release historical sections are using dates and topics as section
88headings instead of release numbers.
99
10- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
10+ The format of this file is based on
11+ [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
1112and this project loosely adheres to
1213[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
13- i.e., major- minor- patch.
14+ i.e., major. minor. patch-style versioning .
1415However, since there is _ currently_ no need to keep the API stable,
1516keeping SemVer is focused on conceptual stability rather than code strict API
1617compatibility.
@@ -32,6 +33,12 @@ the tagged revision was already tagged before.
3233
3334## [ Unreleased]
3435
36+ The unreleased section contains upcoming changes.
37+ At release time, its content moves to a new release version section
38+ and it remains empty until a new change is added.
39+
40+ ## [ 2.0.0] - 2021-12-02
41+
3542### Added
3643
3744- Network kernel. (Vaclav Petras)
@@ -415,7 +422,8 @@ the tagged revision was already tagged before.
415422- Copy of GDAL code was removed from the repository, using system GDAL
416423 includes now. (Vaclav Petras)
417424
418- [ unreleased ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v1.1.0...HEAD
425+ [ unreleased ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v2.0.0...HEAD
426+ [ 1.1.0 ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v1.1.0...v2.0.0
419427[ 1.1.0 ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v1.0.2...v1.1.0
420428[ 1.0.2 ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v1.0.1...v1.0.2
421429[ 1.0.1 ] : https://github.com/ncsu-landscape-dynamics/pops-core/compare/v1.0.0...v1.0.1
0 commit comments