File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66
77## [ Unreleased] - ReleaseDate
88
9+ ## [ 0.6.0] - 2024-06-11
10+
911### Added
1012
1113- [ #41 ] ( https://github.com/embedded-graphics/tinybmp/pull/41 ) Added support for RLE8 and RLE4 encoded bitmaps
169171- Release ` tinybmp ` crate to crates.io
170172
171173<!-- next-url -->
172- [ unreleased ] : https://github.com/embedded-graphics/tinybmp/compare/v0.5.0...HEAD
174+ [ unreleased ] : https://github.com/embedded-graphics/tinybmp/compare/v0.6.0...HEAD
175+ [ 0.6.0 ] : https://github.com/embedded-graphics/tinybmp/compare/v0.5.0...v0.6.0
173176[ 0.5.0 ] : https://github.com/embedded-graphics/tinybmp/compare/v0.4.0...v0.5.0
174177[ 0.4.0 ] : https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...v0.4.0
175178[ 0.3.3 ] : https://github.com/embedded-graphics/tinybmp/compare/v0.3.2...v0.3.3
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.5 .0"
4+ version = " 0.6 .0"
55authors = [
" James Waples <[email protected] >" ,
" Ralf Fuest <[email protected] >" ]
66edition = " 2021"
77repository = " https://github.com/embedded-graphics/tinybmp"
You can’t perform that action at this time.
0 commit comments