Skip to content

Commit

Permalink
bumped version to 0.7.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed May 23, 2023
1 parent be35abf commit 901229f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Possible header types:
- `Bug Fixes` for any bug fixes.
- `Breaking Changes` for any backwards-incompatible changes.

## v0.7.0 (2023-05-18)
- Breaking Changes - added additional properties to `toast::ShowOptions`
- Features - added support for the Clipboard plugin

## v0.6.0 (2023-05-18)
- Breaking Changes - compatibility update for [capacitor 5.0](https://capacitorjs.com/docs/updating/5-0)
- Breaking Changes - `device.uuid` changed to `device.identifier`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capacitor_bindings"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Mark Wainwright <wainwrightml@gmail.com>"]
description = "Capactior bindings to help you build android and ios apps with rust."
Expand Down

0 comments on commit 901229f

Please sign in to comment.