Skip to content

Commit

Permalink
Prepare 2.1.0 release (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Aug 15, 2022
1 parent 024a5e6 commit 8ec3b33
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## main
## 2.1.0

- Add support for arrays of primitives (#94).
- Added the `bytes-compat` feature for compatibility with the `bytes` crate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
bytes = { version = "1", features = ["serde"] }
fp-bindgen-support = { path = "../../../../fp-bindgen-support", version = "2.0.1", features = ["async", "guest", "http"] }
fp-bindgen-support = { path = "../../../../fp-bindgen-support", version = "2.1.0", 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.1"
version = "2.1.0"
authors = ["Fiberplane <info@fiberplane.com>"]
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.1", path = "../macros" }
fp-bindgen-macros = { version = "2.1.0", 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.1"
version = "2.1.0"
authors = ["Fiberplane <info@fiberplane.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ generators = ["rustfmt-wrapper"]

[dependencies]
bytes = { version = "1", features = ["serde"], optional = true }
fp-bindgen-macros = { version = "2.0.1", path = "../macros" }
fp-bindgen-macros = { version = "2.1.0", 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.1"
version = "2.1.0"
authors = ["Fiberplane <info@fiberplane.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 8ec3b33

Please sign in to comment.