Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d2d5304

Browse files
committed
Prep for 10.0 release
1 parent ae701a7 commit d2d5304

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ tag versions. The Bond compiler (`gbc`) and
1111
different versioning scheme, following the Haskell community's
1212
[package versioning policy](https://wiki.haskell.org/Package_versioning_policy).
1313

14-
## Unreleased ##
14+
## 10.0: 2022-03-07 ##
1515

16-
* IDL core version: TBD
17-
* C++ version: TBD (major version bump needed)
18-
* C# NuGet version: TBD (major version bump needed)
19-
* `gbc` & compiler library: TBD
16+
* IDL core version: 3.0
17+
* C++ version: 10.0
18+
* C# NuGet version: 10.0
19+
* `gbc` & compiler library: 0.12.1.0
2020

2121
### C++ ###
2222

cpp/inc/bond/core/bond_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <stdint.h>
99
#include <type_traits>
1010

11-
#define BOND_VERSION 0x0905
11+
#define BOND_VERSION 0x0a00
1212
#define BOND_MIN_CODEGEN_VERSION 0x0c10
1313

1414
namespace bond

0 commit comments

Comments
 (0)