Skip to content

Commit

Permalink
release: 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jul 1, 2024
1 parent e2fe254 commit 3192ced
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to `rust_xlsxwriter` 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).

## [0.69.0] - 2023-07-01

### Added

- Added support for adjusting the layout position of chart elements: plot
area, legend, title and axis labels. See [`ChartLayout`].

[`ChartLayout`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartLayout.html

### Fixed

- Fixed issue where a worksheet name required quoting when used with
`Worksheet::repeat_row()`. There was some checks to handle this but they
weren't comprehensive enough. [Issue #95].

[Issue #95]: https://github.com/jmcnamara/rust_xlsxwriter/issues/95


## [0.68.0] - 2023-06-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/jmcnamara/rust_xlsxwriter"
keywords = ["excel", "xlsx"]
readme = "README.md"
license = "MIT OR Apache-2.0"
version = "0.68.0"
version = "0.69.0"
edition = "2021"
rust-version = "1.73.0" # For zip.rs compatibility.

Expand Down

0 comments on commit 3192ced

Please sign in to comment.