Skip to content

Commit

Permalink
(cargo-release) version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Apr 18, 2022
1 parent d972539 commit c121b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased] - ReleaseDate

## [0.3.3] - 2022-04-18

### Fixed

- [#25](https://github.com/embedded-graphics/tinybmp/pull/25) Fixed a bug in the new color table support added in v0.3.2 where the color table length was incorrectly calculated.
Expand Down Expand Up @@ -129,7 +131,8 @@
- Release `tinybmp` crate to crates.io

<!-- next-url -->
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.2...HEAD
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.1...v0.3.2

[0.3.1]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tinybmp"
description = "No-std, low memory footprint BMP image loader"
version = "0.3.2"
version = "0.3.3"
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]
edition = "2018"
repository = "https://github.com/embedded-graphics/tinybmp"
Expand Down

0 comments on commit c121b07

Please sign in to comment.