Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ff9e90

Browse files
committedMar 7, 2024
FlatBuffers Version v24.3.7
1 parent 5b32e8f commit 6ff9e90

File tree

183 files changed

+245
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+245
-241
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All major or breaking changes will be documented in this file, as well as any
44
new features that should be highlighted. Minor fixes or improvements are not
55
necessarily listed.
66

7-
## [24.3.6] (March 24 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.6)
7+
## [24.3.7] (March 7 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.7)
8+
9+
* Just to fix some of the CI build issues from the 24.3.6 release.
10+
11+
## [24.3.6] (March 6 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.6)
812

913
* Fix typescript object API to allow 0 values for null-default scalars (#7864)
1014

‎CMake/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(VERSION_MAJOR 24)
22
set(VERSION_MINOR 3)
3-
set(VERSION_PATCH 6)
3+
set(VERSION_PATCH 7)
44
set(VERSION_COMMIT 0)
55

66
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

0 commit comments

Comments
 (0)
Please sign in to comment.