diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c46c71..2492ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## docx-rs@0.4.5 (14. Oct, 2022) + +- Support text direction (#545) + ## docx-rs@0.4.4 (27. Sep, 2022) - Support rotate in pic diff --git a/Cargo.lock b/Cargo.lock index b43e2d9..239cd8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.4.4" +version = "0.4.5" dependencies = [ "base64", "image", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index a270491..7bedc4f 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.4.4" +version = "0.4.5" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018"