Skip to content

Commit

Permalink
release (#95)
Browse files Browse the repository at this point in the history
* release

* ic-types
  • Loading branch information
chenyan-dfinity committed Sep 3, 2020
1 parent 0a144c7 commit 01412b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.

14 changes: 13 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# Changelog

## 2020-09-02

### Rust (0.5.4)

* Support type annotations in parsing Candid values
* Support float e notation
* Support nested comments
* Pretty print decoded candid values
* New lexer using the `logos` crate
* Use `ic-types` for Principal
* Use `codespan-reporting` to report Rust-like parsing errors

## 2020-08-24

### Rust (0.5.3)
Expand All @@ -18,7 +30,7 @@

### Tools

* Publish `didc` and `candiff` binary as asserts in the release
* Publish `didc` and `candiff` binary in the release
* Generate JS tests from the Candid test suites

## 2020-08-14
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.5.3"
version = "0.5.4"
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 01412b1

Please sign in to comment.