diff --git a/RISCBAC.py b/RISCBAC.py index 496f0fb..f06ffdb 100644 --- a/RISCBAC.py +++ b/RISCBAC.py @@ -50,7 +50,7 @@ class RISCBAC(datasets.GeneratorBasedBuilder): """RISCBAC: a synthetic bilingual automotive insurance contract dataset""" - VERSION = datasets.Version("1.0.0") + VERSION = datasets.Version("1.0.1") BUILDER_CONFIGS = [ datasets.BuilderConfig( diff --git a/RISCBACCHANGELOG.md b/RISCBACCHANGELOG.md new file mode 100644 index 0000000..665aee0 --- /dev/null +++ b/RISCBACCHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 + +- Initial release. + +# 1.0.1 + +- Version with a fixed missing header in the French contract (see [here](https://github.com/GRAAL-Research/risc/commit/45ec1690ea3675a554643371c1aa2b3bb4498a3a#diff-f458be5285133e1ea77636b2fbc1ede5fc39ec06f889de34718cd092c27f9d1fR984) for more details). \ No newline at end of file