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
10
10
11
11
### Added
12
12
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
+
13
27
- [ Experimental] A list of freeform text tags can now be attached to a
14
28
` BuilderConfig ` . For example:
15
29
``` py
@@ -33,6 +47,8 @@ and this project adheres to
33
47
34
48
# ## Fixed
35
49
50
+ - Fixed generated proto files (see issue [4858 ](https:// github.com/ tensorflow/ datasets/ issues/ 4858 )).
51
+
36
52
# ## Security
37
53
38
54
# # [4.9.1] - 2023-04-11
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 = '1 '
28
+ _PATCH_VERSION = '2 '
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 = '1 '
24
+ _PATCH_VERSION = '2 '
25
25
26
26
__version__ = '.' .join ([
27
27
_MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments