Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jan 30, 2024
1 parent 3097230 commit 615921e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

# Changelog

## 2023-01-30

### Candid 0.10.3

* Fix parser when converting `vec { number }` into `blob` type.

### candid_parser 0.1.3

* Add Typescript binding for init args.

### Candid UI

* Fix HTTP header.
* Fix agent routing when running in remote environments.

## 2023-01-03

### Candid 0.10.2
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.10.2"
version = "0.10.3"
edition = "2021"
rust-version.workspace = true
authors = ["DFINITY Team"]
Expand Down
2 changes: 1 addition & 1 deletion rust/candid_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candid_parser"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version.workspace = true
authors = ["DFINITY Team"]
Expand Down

0 comments on commit 615921e

Please sign in to comment.