Skip to content

Commit

Permalink
release (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jan 7, 2021
1 parent e54d3e4 commit 3b3637e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

# Changelog

## 2021-01-06

### Rust (0.6.12)

* Support reference types
* Support more native Rust types: HashMap, HashSet, BTreeMap, BTreeSet, i128, u128
* Bug fix for empty record detection when deserializing to native Rust types

### Other

* Test suites for reference types
* `didc encode` supports outputing blob format

## 2020-12-07

### Spec
Expand Down
2 changes: 1 addition & 1 deletion rust/candid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candid"
version = "0.6.11"
version = "0.6.12"
edition = "2018"
authors = ["DFINITY Team"]
description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer."
Expand Down

0 comments on commit 3b3637e

Please sign in to comment.