From 7fda3e6187e728bb5bfead5932444dbca550954f Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Sat, 21 Oct 2023 22:36:37 +0300 Subject: [PATCH] Add changelog --- CHANGELOG.md | 11 +++++++++++ MANIFEST.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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