Skip to content

Commit 1c51462

Browse files
committedFeb 11, 2025·
FlatBuffers Version 25.2.10
1 parent 820a7f2 commit 1c51462

File tree

186 files changed

+278
-268
lines changed

Some content is hidden

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

186 files changed

+278
-268
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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-
## [25.1.24] (January 24 2024)(https://github.com/google/flatbuffers/releases/tag/v25.1.24))
7+
## [25.2.10] (February 10 2025)(https://github.com/google/flatbuffers/releases/tag/v25.2.10)
8+
9+
* Removed the old documentation pages. The new one is live at https://flatbuffers.dev
10+
* Swift version 6.0 support (#8414)
11+
12+
## [25.1.24] (January 24 2025)(https://github.com/google/flatbuffers/releases/tag/v25.1.24)
813

914
* Mostly related to bazel build support.
1015
* Min bazel supported is now 7 or higher, as WORKSPACE files are removed (#8509)

‎CMake/Version.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(VERSION_MAJOR 25)
2-
set(VERSION_MINOR 1)
3-
set(VERSION_PATCH 24)
2+
set(VERSION_MINOR 2)
3+
set(VERSION_PATCH 10)
44
set(VERSION_COMMIT 0)
55

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

0 commit comments

Comments
 (0)
Please sign in to comment.