Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Mar 9, 2022
1 parent 1e0e4d0 commit 7ec31b6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
13 changes: 12 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Scott data for hsqldb release history and change log

For a full list of releases, see
<a href="https://github.com/julianhyde/scott-data-hsqldb/releases">github</a>.
<a href="https://github.com/julianhyde/scott-data-hsqldb/releases">GitHub</a>.

## <a href="https://github.com/julianhyde/scott-data-hsqldb/releases/tag/scott-data-hsqldb-0.2">0.2</a> / 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

## <a href="https://github.com/julianhyde/scott-data-hsqldb/releases/tag/scott-data-hsqldb-0.1">0.1</a> / 2015-03-16

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
14 changes: 14 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add the following to your Maven pom.xml:
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>scott-data-hsqldb</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -102,7 +102,7 @@ Get scott-data-hsqldb from
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>scott-data-hsqldb</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
```

Expand Down

0 comments on commit 7ec31b6

Please sign in to comment.