diff --git a/CHANGELOG.md b/CHANGELOG.md index c921ace..deba573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) - [BugFix] Fixed a bug, hRule is not read in reader. diff --git a/Cargo.lock b/Cargo.lock index f202841..f2b2e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.4.2" +version = "0.4.3" dependencies = [ "base64", "image", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 329c6dc..826c9e2 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.4.2" +version = "0.4.3" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018"