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

Commit d5aefd2

Browse files
committed
Prepare for 5.0.0 release
1 parent bfc9183 commit d5aefd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+71
-71
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ 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 ##
15-
16-
* `gbc` & compiler library: minor bump needed
17-
* IDL core version: major bump needed
18-
* IDL comm version: minor bump needed (dependencies updated)
19-
* C++ version: minor bump needed
20-
* C# NuGet version: major bump needed
21-
* C# Comm NuGet version: minor bump needed
14+
## 5.0.0: 2016-09-12 #
15+
16+
* `gbc` & compiler library: 0.6.0.0
17+
* IDL core version: 2.0
18+
* IDL comm version: 1.1
19+
* C++ version: 5.0.0
20+
* C# NuGet version: 5.0.0
21+
* C# Comm NuGet version: 0.7.0
2222

2323
### IDL comm ###
2424
* Update IDL to conform to naming conventions.

compiler/bond.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
name: bond
5-
version: 0.5.0.0
5+
version: 0.6.0.0
66
cabal-version: >= 1.8
77
tested-with: GHC>=7.4.1
88
synopsis: Bond schema compiler and code generator

compiler/tests/generated/alias_key_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/alias_with_allocator_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/aliases_types.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace tests
1818
using System.Collections.Generic;
1919

2020
[global::Bond.Schema]
21-
[System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")]
21+
[System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")]
2222
public partial class Foo<T>
2323
{
2424
[global::Bond.Id(0), global::Bond.Type(typeof(List<List<global::Bond.Tag.classT>>))]

compiler/tests/generated/aliases_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/allocator/alias_key_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/allocator/aliases_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/allocator/attributes_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

compiler/tests/generated/allocator/basic_types_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#error and is incompatible with your version Bond library.
99
#endif
1010

11-
#if BOND_MIN_CODEGEN_VERSION > 0x0500
11+
#if BOND_MIN_CODEGEN_VERSION > 0x0600
1212
#error This file was generated by an older version of Bond compiler
1313
#error and is incompatible with your version Bond library.
1414
#endif

0 commit comments

Comments
 (0)