File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ and this project adheres to
1010
1111### Added
1212
13+ ### Changed
14+
15+ ### Deprecated
16+
17+ ### Removed
18+
19+ ### Fixed
20+
21+ ### Security
22+
23+ ## [ 4.9.2] - 2023-04-13
24+
25+ ### Added
26+
1327- [ Experimental] A list of freeform text tags can now be attached to a
1428 ` BuilderConfig ` . For example:
1529 ``` py
@@ -33,6 +47,8 @@ and this project adheres to
3347
3448# ## Fixed
3549
50+ - Fixed generated proto files (see issue [4858 ](https:// github.com/ tensorflow/ datasets/ issues/ 4858 )).
51+
3652# ## Security
3753
3854# # [4.9.1] - 2023-04-11
Original file line number Diff line number Diff line change 2525# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626_MAJOR_VERSION = '4'
2727_MINOR_VERSION = '9'
28- _PATCH_VERSION = '1 '
28+ _PATCH_VERSION = '2 '
2929
3030__version__ = (
3131 '.' .join ([
Original file line number Diff line number Diff line change 2121# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222_MAJOR_VERSION = '4'
2323_MINOR_VERSION = '9'
24- _PATCH_VERSION = '1 '
24+ _PATCH_VERSION = '2 '
2525
2626__version__ = '.' .join ([
2727 _MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments