diff --git a/HISTORY.md b/HISTORY.md index d721d74..e485592 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,18 @@ # Scott data for hsqldb release history and change log For a full list of releases, see -github. +GitHub. + +## 0.2 / 2022-03-08 + +* Bump HSQLDB from 2.3.1 to 2.6.1, and change HSQLDB file format from 1.8 to 2.0 +* Add a GitHub workflow to build and test +* Add Apache Maven wrapper +* Enable Dependabot +* Bump junit from 4.11 to 4.13.2 +* Document how to connect from SQLLine +* Typo in license +* Add distribution location ## 0.1 / 2015-03-16 diff --git a/NOTICE b/NOTICE index 223df57..c1a9611 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ scott-data-hsqldb Scott data set in hsqldb format -Copyright (C) 2015-2017 Julian Hyde +Copyright (C) 2015-2022 Julian Hyde All Rights Reserved. Based upon Oracle's "scott/tiger" data set. diff --git a/README b/README new file mode 100644 index 0000000..e5c8237 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +scott-data-hsqldb release 0.2 + +This is a source or binary distribution of scott-data-hsqldb. + +Changes since the previous release are described in the +HISTORY.md file. + +The LICENSE and NOTICE files contain license information. + +If this is a source distribution, you can find instructions how to +build the release in the "Download and build" section in README.md. + +Further information about scott-data-hsqldb is available at its web site, +https://github.com/julianhyde/scott-data-hsqldb. diff --git a/README.md b/README.md index 536c65d..22e88be 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add the following to your Maven pom.xml: net.hydromatic scott-data-hsqldb - 0.1 + 0.2 ``` @@ -102,7 +102,7 @@ Get scott-data-hsqldb from net.hydromatic scott-data-hsqldb - 0.1 + 0.2 ```