diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c12d1d2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +### WarcDB v0.2.0 (October 21, 2023) ### + +Thanks to Ed Summers ([@edsu](https://github.com/edsu)) for his work on this +release +* Switch to `pyproject.toml` ([#11](https://github.com/Florents-Tselai/WarcDB/pull/11)) +* Support for `WACZ` files ([#16](https://github.com/Florents-Tselai/WarcDB/pull/16)) +* Support for schema versioning and migrations ([#13](https://github.com/Florents-Tselai/WarcDB/pull/13)) ([#20](https://github.com/Florents-Tselai/WarcDB/pull/20)) + +### WarcDB v0.1.0 (June 19, 2022) ### + +* First version with `warcdb import` functionality \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 27333ed..6ba5a9e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include LICENSE NOTICE README.md schema.png +include LICENSE NOTICE README.md schema.png CHANGELOG.md