Skip to content

Commit d703ba9

Browse files
committedOct 12, 2021
Merge branch 'release/2.0.1'
2 parents 01f50a2 + ae9b5bb commit d703ba9

File tree

79 files changed

+9241
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+9241
-12
lines changed
 

‎.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
# Database release folder
2+
13
_release
4+
5+
# Delphi test code
6+
*.local
7+
*.identcache
8+
_build
9+
__history

‎csdb/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ From v2.0.0 all notable changes to this project will be documented in this file.
88
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## v2.0.1 of 2021/10/12
12+
13+
* Add new unit tests and demo code for _some_ snippets from the database. All such code was added to a new `tests` directory. See `tests/README.md` for details.
14+
* Fix minor errors in documentation.
15+
16+
> Other than to update the `VERSION` file there were no changes to any snippets or associated meta-data in this release.
17+
1118
## v2.0.0 of 2020/05/02
1219

1320
Initial release of v2 of the collection.

0 commit comments

Comments
 (0)