Skip to content

Commit

Permalink
release: 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Mar 18, 2024
1 parent 5c58c7b commit 3c26ae1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.64.0] - 2023-03-18

### Added

- Add support for worksheet sparklines. Sparklines are a feature of Excel 2010+
which allows you to add small charts to worksheet cells. These are useful for
showing data trends in a compact visual format.

See [Working with Sparklines].

[Working with Sparklines]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/sparkline/index.html


## [0.63.0] - 2023-02-25

### 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.63.0"
version = "0.64.0"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ frequently.

Recent changes:

- Added support for worksheet sparklines.
- Added support for Excel 365 embedded worksheet images.
- Added support for Serde serialization.

Expand Down

0 comments on commit 3c26ae1

Please sign in to comment.