Skip to content

Commit 4b307a8

Browse files
committed
chore: Release tinybmp version 0.7.0
1 parent d61a220 commit 4b307a8

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.7.0] - 2026-01-14
10+
911
### Fixed
1012

1113
- [#50](https://github.com/embedded-graphics/tinybmp/pull/50) Fixed handling of padding bytes in absolute mode for RLE4 compressed files.
@@ -186,7 +188,8 @@
186188
- Release `tinybmp` crate to crates.io
187189

188190
<!-- next-url -->
189-
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.6.0...HEAD
191+
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.7.0...HEAD
192+
[0.7.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.6.0...v0.7.0
190193
[0.6.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.5.0...v0.6.0
191194
[0.5.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.4.0...v0.5.0
192195
[0.4.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...v0.4.0

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.6.0"
4+
version = "0.7.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)