fix: changelog (#542)

main
bokuweb 2022-10-12 10:02:32 +09:00 committed by GitHub
parent 23d8dc0d45
commit 87f41bed09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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.4 (27. Sep, 2022)
- Support rotate in pic
## docx-wasm@0.0.276-rc20 (9. Sep, 2022)
- Support `sectionProperty` in pPr.

2
Cargo.lock generated
View File

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

View File

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