chore: 0.3.2 (#384)
parent
54b7a4d20c
commit
26c9bafbac
|
@ -5,6 +5,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
# docx-rs@0.3.2 (9. December, 2021)
|
||||||
|
|
||||||
|
- Add `DataBinding` API. See docx-core/examples/data_binding.rs
|
||||||
|
- Add minimum `ToC` API. See docx-core/examples/dirty_toc.rs
|
||||||
|
|
||||||
# docx-wasm@0.0.215 (26. November, 2021)
|
# docx-wasm@0.0.215 (26. November, 2021)
|
||||||
|
|
||||||
- Add before/afterLines to LineSpacingJSON.
|
- Add before/afterLines to LineSpacingJSON.
|
||||||
|
|
|
@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "docx-rs"
|
name = "docx-rs"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"image",
|
"image",
|
||||||
"insta",
|
"insta",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "docx-rs"
|
name = "docx-rs"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue