Skip to content

Commit

Permalink
Prepare for 9.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr committed Aug 3, 2020
1 parent 2335284 commit cacaccc
Show file tree
Hide file tree
Showing 91 changed files with 95 additions and 95 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ 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 ##
* IDL core version: TBD
* C++ version: bug fix bump needed
* C# NuGet version: bug fix bump needed
* `gbc` & compiler library: TBD
## 9.0.2: 2020-08-03 ##
* IDL core version: 3.0
* C++ version: 9.0.2
* C# NuGet version: 9.0.2
* `gbc` & compiler library: 0.12.1.0

### C++ ###

Expand Down
2 changes: 1 addition & 1 deletion compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ types_h export_attribute userHeaders enumHeader allocator alloc_ctors_enabled ty
#{newlineBeginSep 0 includeHeader userHeaders}
#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alias_with_allocator_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/defaults_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/empty_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/generics_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/import_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/inheritance_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/maybe_blob_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/defaults_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/empty_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/field_modifiers_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/generics_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/import_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/inheritance_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/maybe_blob_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/basic_types_nsmapped_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0901
#if BOND_VERSION < 0x0902
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Loading

0 comments on commit cacaccc

Please sign in to comment.