Skip to content

Commit 43929f8

Browse files
committed
chore(wasm): Release 0.7.5
Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
1 parent 83b616e commit 43929f8

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

bindings/wasm/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.7.5] - 2021-07-24
6+
57
### Fixed
68

79
- Panic on invalid URLs for remote stylesheets.
@@ -71,8 +73,9 @@
7173

7274
- Initial public release
7375

74-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.4...HEAD
75-
[0.7.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.3...wasm-v0.7.4
76+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.5...HEAD
77+
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.4...wasm-v0.7.5
78+
[0.7.4]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.3...wasm-v0.7.3
7679
[0.7.3]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.2...wasm-v0.7.3
7780
[0.7.2]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.1...wasm-v0.7.2
7881
[0.7.1]: https://github.com/Stranger6667/css-inline/compare/wasm-v0.7.0...wasm-v0.7.1

bindings/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-wasm"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"

0 commit comments

Comments
 (0)