Skip to content

Commit 5f18e44

Browse files
committed
chore: Release tinybmp version 0.6.0
1 parent 2477185 commit 5f18e44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.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
@@ -169,7 +171,8 @@
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

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.5.0"
4+
version = "0.6.0"
55
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]
66
edition = "2021"
77
repository = "https://github.com/embedded-graphics/tinybmp"

0 commit comments

Comments
 (0)