File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 11[package ]
22name = " tinybmp"
33description = " No-std, low memory footprint BMP image loader"
4- version = " 0.6 .0"
4+ version = " 0.7 .0"
55authors = [" James Waples <james@wapl.es>" , " Ralf Fuest <mail@rfuest.de>" ]
66edition = " 2021"
77repository = " https://github.com/embedded-graphics/tinybmp"
You can’t perform that action at this time.
0 commit comments