Skip to content

Commit

Permalink
Release version 6.2.1 (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kamkha <daniel.kamkha@here.com>
  • Loading branch information
DanielKamkha authored Feb 21, 2020
1 parent 073fa4d commit 0f72a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Gluecodium project Release Notes

## Unreleased
## 6.2.1
Release date: 2020-02-21
### Features
* Structs marked as `@Serializable` in IDL now conform to `Codable` protocol in Swift.
* Added support for specifying multiple platform names in a single inline tag in documentation
comments (e.g. `foo {@Cpp @Java bar}`).

## 6.2.0
Release date: 2020-02-20
### Features
* Experimental support for generating Dart bindings.
Expand Down
2 changes: 1 addition & 1 deletion gluecodium/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 6.2.0
version = 6.2.1

0 comments on commit 0f72a12

Please sign in to comment.