-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06631b4
commit 7fda3e6
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include LICENSE NOTICE README.md schema.png | ||
include LICENSE NOTICE README.md schema.png CHANGELOG.md |