Skip to content

Commit 735a64a

Browse files
committed
Release v0.4.1
1 parent 23d5337 commit 735a64a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.4.1 (2023-04-07)
4+
5+
- Add `Identity::get_profile_user_info`
6+
37
## v0.4.0 (2022-11-16)
48

59
- Use public function `chrome` to access the API.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-extensions-sys"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
"Roman Volosatovs <[email protected]>",
66
"Pauan <[email protected]>",
@@ -18,9 +18,9 @@ categories = ["external-ffi-bindings", "wasm"]
1818
crate-type = ["cdylib", "rlib"]
1919

2020
[dependencies]
21-
js-sys = "0.3.60"
22-
wasm-bindgen = "0.2.83"
23-
wasm-bindgen-futures = "0.4.33"
21+
js-sys = "0.3.61"
22+
wasm-bindgen = "0.2.84"
23+
wasm-bindgen-futures = "0.4.34"
2424

2525
[features]
2626
default = []

0 commit comments

Comments
 (0)