Skip to content

Commit

Permalink
Publish v3.0.0-beta.1 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Feb 14, 2023
1 parent 95f4651 commit 0053fa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format of this file is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.0-beta.1] - 2023-02-14

### Added

Expand All @@ -18,7 +18,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed

- Added MIT as an option to the project licensing.
- Replace the `rust_plugin_module` and `rust_wasmer_runtime_module` annotations
- Replaced the `rust_plugin_module` and `rust_wasmer_runtime_module` annotations
with a single `rust_module` annotation.
- Struct fields annotated with `skip_serializing_if` are treated as optional by
the TypeScript binding generator.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ members = [
]

[workspace.dependencies]
fp-bindgen-macros = { version = "3.0.0-alpha.1", path = "macros" }
fp-bindgen-macros = { version = "3.0.0-beta.1", path = "macros" }

[workspace.package]
version = "3.0.0-alpha.1"
version = "3.0.0-beta.1"
authors = ["Fiberplane <info@fiberplane.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
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 = "3.0.0-alpha.1", features = ["async", "guest", "http"] }
fp-bindgen-support = { path = "../../../../fp-bindgen-support", version = "3.0.0-beta.1", features = ["async", "guest", "http"] }
http = { version = "0.2" }
once_cell = { version = "1" }
redux-example = { path = "../../../redux-example" }
Expand Down

0 comments on commit 0053fa8

Please sign in to comment.