Skip to content

Commit

Permalink
prepare for release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed Mar 11, 2024
1 parent 471a8b4 commit f602592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

## Contributors

None yet. Why not be the first?
- [Soren Hansen](https://github.com/SorenHolstHansen)
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ Possible header types:
- `Bug Fixes` for any bug fixes.
- `Breaking Changes` for any backwards-incompatible changes.

## v0.11.0 (2024-02-02)
## v0.11.0 (2024-03-11)

- Features - added [admob plugin](https://github.com/capacitor-community/admob) behind the `admob_plugin` feature
- Features - added [browser plugin](https://capacitorjs.com/docs/apis/browser) - thanks [Soren Hansen](https://github.com/SorenHolstHansen)

## v0.10.0 (2023-12-05)

- Features - added [game plugin](https://github.com/openforge/capacitor-game-connect) behind the `game_plugin` feature

## v0.9.0 (2023-06-27)
Expand All @@ -22,7 +25,6 @@ Possible header types:
- Breaking Changes - `SplashScreen` functions now require the `ios` or `android` feature.
- Features - added [rate plugin](https://github.com/Nodonisko/capacitor-rate-app) behind the `rate_plugin` feature


## v0.8.0 (2023-06-27)

- Features - added support for the SplashScreen plugin
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capacitor_bindings"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["Mark Wainwright <wainwrightml@gmail.com>"]
description = "Capactior bindings to help you build android and ios apps with rust."
Expand All @@ -18,7 +18,7 @@ js-sys = "0.3"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"
serde_repr = "0.1.18"
serde_with = "3.4"
serde_with = "3"
typed-builder = "0.18"
wasm-bindgen = { version = "0.2" }
wasm-bindgen-futures = "0.4"
Expand Down

0 comments on commit f602592

Please sign in to comment.