Skip to content

Commit 8b4c2ce

Browse files
committed
(cargo-release) version 0.4.0
1 parent 9551356 commit 8b4c2ce

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.4.0] - 2022-09-30
10+
911
### Added
1012

1113
- [#28](https://github.com/embedded-graphics/tinybmp/pull/28) Added a `ColorTable` struct and the `RawBmp::color_table` getter to access the BMP files color table.
@@ -152,7 +154,8 @@
152154
- Release `tinybmp` crate to crates.io
153155

154156
<!-- next-url -->
155-
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...HEAD
157+
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.4.0...HEAD
158+
[0.4.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...v0.4.0
156159
[0.3.3]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.2...v0.3.3
157160
[0.3.2]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.1...v0.3.2
158161

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tinybmp"
33
description = "No-std, low memory footprint BMP image loader"
4-
version = "0.3.3"
4+
version = "0.4.0"
55
authors = ["James Waples <james@wapl.es>", "Ralf Fuest <mail@rfuest.de>"]
66
edition = "2021"
77
repository = "https://github.com/embedded-graphics/tinybmp"

0 commit comments

Comments
 (0)