File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,26 @@ and this project adheres to
20
20
21
21
### Security
22
22
23
+ ## [ 4.9.7] - 2024-10-30
24
+
25
+ ### Added
26
+
27
+ - New datasets.
28
+
29
+ ### Changed
30
+
31
+ - ` CroissantBuilder ` 's API to generate TFDS datasets from Croissant files.
32
+
33
+ ### Deprecated
34
+
35
+ ### Removed
36
+
37
+ ### Fixed
38
+
39
+ - Versions for existing datasets.
40
+
41
+ ### Security
42
+
23
43
## [ 4.9.6] - 2024-06-04
24
44
25
45
### Added
Original file line number Diff line number Diff line change 25
25
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
26
26
_MAJOR_VERSION = '4'
27
27
_MINOR_VERSION = '9'
28
- _PATCH_VERSION = '6 '
28
+ _PATCH_VERSION = '7 '
29
29
30
30
__version__ = (
31
31
'.' .join ([
Original file line number Diff line number Diff line change 21
21
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
22
22
_MAJOR_VERSION = '4'
23
23
_MINOR_VERSION = '9'
24
- _PATCH_VERSION = '6 '
24
+ _PATCH_VERSION = '7 '
25
25
26
26
__version__ = '.' .join ([
27
27
_MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments