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 a54ca1e

Browse files
authoredOct 26, 2022
FlatBuffers Version 22.10.25 (#7604)
1 parent 5b3fadc commit a54ca1e

File tree

158 files changed

+329
-250
lines changed

Some content is hidden

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

158 files changed

+329
-250
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 22.10.25 (Oct 25 2002)
8+
9+
* Added Nim language support with generator and runtime libraries (#7534).
10+
711
## 22.9.29 (Sept 29 2022)
812

913
* Rust soundness fixes to avoid the crate from bing labelled unsafe (#7518).
@@ -27,8 +31,8 @@ necessarily listed.
2731
`AlignOf()` for structs (#7520).
2832

2933
* C# has an
30-
[offical Nuget package](https://www.nuget.org/packages/Google.FlatBuffers) now
31-
(#7496).
34+
[official Nuget package](https://www.nuget.org/packages/Google.FlatBuffers)
35+
now (#7496).
3236

3337
## 2.0.8 (Aug 29 2022)
3438

‎CMake/Version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(VERSION_MAJOR 22)
2-
set(VERSION_MINOR 9)
3-
set(VERSION_PATCH 29)
2+
set(VERSION_MINOR 10)
3+
set(VERSION_PATCH 25)
44
set(VERSION_COMMIT 0)
55

66
find_program(GIT git)

0 commit comments

Comments
 (0)
Please sign in to comment.