* docs: update changelog

* 0.4.3
main
bokuweb 2022-09-27 13:50:36 +09:00 committed by GitHub
parent cae632a2f3
commit 23d8dc0d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support `sectionProperty` in pPr. - Support `sectionProperty` in pPr.
## docx-rs@0.4.3 (8. Sep, 2022)
- Support table style #531
## docx-wasm@0.0.276-rc12 (26. Aug, 2022) ## docx-wasm@0.0.276-rc12 (26. Aug, 2022)
- [BugFix] Fixed a bug, hRule is not read in reader. - [BugFix] Fixed a bug, hRule is not read in reader.

2
Cargo.lock generated
View File

@ -149,7 +149,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "docx-rs" name = "docx-rs"
version = "0.4.2" version = "0.4.3"
dependencies = [ dependencies = [
"base64", "base64",
"image", "image",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "docx-rs" name = "docx-rs"
version = "0.4.2" version = "0.4.3"
authors = ["bokuweb <bokuweb12@gmail.com>"] authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/docx-rs" repository = "https://github.com/bokuweb/docx-rs"
edition = "2018" edition = "2018"