Skip to content

Commit

Permalink
(cargo-release) version 0.3.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed May 24, 2021
1 parent 9969c38 commit 7c7451a
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.0-beta.2] - 2021-05-24

### Changed

- **(breaking)** [#9](https://github.com/embedded-graphics/tinybmp/pull/9) Added support for BMP images saved in top-down row order. A computed field `row_order` is added to the `Header` struct to capture whether the image data is ordered top-down, or the standard bottom-up.
Expand Down Expand Up @@ -109,7 +111,8 @@
- Release `tinybmp` crate to crates.io

<!-- next-url -->
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.1...HEAD
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.2...HEAD
[0.3.0-beta.2]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.1...v0.3.0-beta.2
[0.3.0-beta.1]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-alpha.1...v0.3.0-beta.1

[0.3.0-alpha.1]: https://github.com/embedded-graphics/tinybmp/compare/after-split...v0.3.0-alpha.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.0-beta.1"
version = "0.3.0-beta.2"
authors = ["James Waples <[email protected]>"]
edition = "2018"
repository = "https://github.com/embedded-graphics/tinybmp"
Expand Down

0 comments on commit 7c7451a

Please sign in to comment.