Skip to content

Commit

Permalink
Prepare for 9.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr committed Apr 14, 2021
1 parent 3a13fb1 commit 8729fe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tag versions. The Bond compiler (`gbc`) and
different versioning scheme, following the Haskell community's
[package versioning policy](https://wiki.haskell.org/Package_versioning_policy).

## Unreleased ##
## 9.0.5: 2021-04-14 ##

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

### C++/Python ###

Expand Down
2 changes: 1 addition & 1 deletion cpp/inc/bond/core/bond_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>
#include <type_traits>

#define BOND_VERSION 0x0902
#define BOND_VERSION 0x0905
#define BOND_MIN_CODEGEN_VERSION 0x0c10

namespace bond
Expand Down

0 comments on commit 8729fe2

Please sign in to comment.