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

Commit 05c5798

Browse files
committed
Prepare for 9.0.4 release
1 parent 8d0fe6c commit 05c5798

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@ 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.4: 2020-11-23 ##
1515

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

2121
### C++ ###
2222

2323
* Bond now uses the `[[noreturn]]` attribute to annotate functions that do
2424
not return. Previously, it used compiler-specific annotations.
2525

26+
### C# ###
27+
28+
* There were no C# changes in this release.
29+
2630
## 9.0.3: 2020-08-06 ##
2731

2832
* IDL core version: 3.0

0 commit comments

Comments
 (0)