Skip to content

Commit

Permalink
Prepare 2.0.1 release (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Jul 20, 2022
1 parent 8f4f1db commit e732b88
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## main
## 2.0.1

- Fix custom types in generic positions in export function signatures.
- Fix custom types in generic positions in export function signatures (#130).

## 2.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Fiberplane <[email protected]>"]
edition = "2018"

[dependencies]
fp-bindgen-support = { path = "../../../../fp-bindgen-support", version = "2.0.0", features = ["async", "guest", "http"] }
fp-bindgen-support = { path = "../../../../fp-bindgen-support", version = "2.0.1", features = ["async", "guest", "http"] }
http = { version = "0.2" }
once_cell = { version = "1.4" }
redux-example = { path = "../../../redux-example" }
Expand Down
4 changes: 2 additions & 2 deletions fp-bindgen-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Support crate for fp-bindgen"
homepage = "https://github.com/fiberplane/fp-bindgen/"
repository = "https://github.com/fiberplane/fp-bindgen/"
readme = "README.md"
version = "2.0.0"
version = "2.0.1"
authors = ["Fiberplane <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ license = "Apache-2.0"
all-features = true

[dependencies]
fp-bindgen-macros = { version = "2.0.0", path = "../macros" }
fp-bindgen-macros = { version = "2.0.1", path = "../macros" }
http = { version = "0.2", optional = true }
once_cell = "1"
rmp-serde = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions fp-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/fiberplane/fp-bindgen/"
readme = "../README.md"
keywords = ["WebAssembly", "WASM", "bindgen"]
categories = ["development-tools::ffi", "wasm"]
version = "2.0.0"
version = "2.0.1"
authors = ["Fiberplane <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -23,7 +23,7 @@ time-compat = ["time"]
generators = ["rustfmt-wrapper"]

[dependencies]
fp-bindgen-macros = { version = "2.0.0", path = "../macros" }
fp-bindgen-macros = { version = "2.0.1", path = "../macros" }
http = { version = "0.2", optional = true }
Inflector = "0.11"
pretty_assertions = "1"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Macros for fp-bindgen"
homepage = "https://github.com/fiberplane/fp-bindgen/"
repository = "https://github.com/fiberplane/fp-bindgen/"
readme = "README.md"
version = "2.0.0"
version = "2.0.1"
authors = ["Fiberplane <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit e732b88

Please sign in to comment.