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

Commit 8729fe2

Browse files
committed
Prepare for 9.0.5 release
1 parent 3a13fb1 commit 8729fe2

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+
## 9.0.5: 2021-04-14 ##
1515

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

2121
### C++/Python ###
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 0x0902
11+
#define BOND_VERSION 0x0905
1212
#define BOND_MIN_CODEGEN_VERSION 0x0c10
1313

1414
namespace bond

0 commit comments

Comments
 (0)