Skip to content

Commit

Permalink
(cargo-release) version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Sep 30, 2022
1 parent 9551356 commit 8b4c2ce
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.4.0] - 2022-09-30

### Added

- [#28](https://github.com/embedded-graphics/tinybmp/pull/28) Added a `ColorTable` struct and the `RawBmp::color_table` getter to access the BMP files color table.
Expand Down Expand Up @@ -152,7 +154,8 @@
- Release `tinybmp` crate to crates.io

<!-- next-url -->
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...HEAD
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.3...v0.4.0
[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

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.3"
version = "0.4.0"
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]
edition = "2021"
repository = "https://github.com/embedded-graphics/tinybmp"
Expand Down

0 comments on commit 8b4c2ce

Please sign in to comment.