Skip to content

Commit 7c7451a

Browse files
committed
(cargo-release) version 0.3.0-beta.2
1 parent 9969c38 commit 7c7451a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.3.0-beta.2] - 2021-05-24
10+
911
### Changed
1012

1113
- **(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.
@@ -109,7 +111,8 @@
109111
- Release `tinybmp` crate to crates.io
110112

111113
<!-- next-url -->
112-
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.1...HEAD
114+
[unreleased]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.2...HEAD
115+
[0.3.0-beta.2]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-beta.1...v0.3.0-beta.2
113116
[0.3.0-beta.1]: https://github.com/embedded-graphics/tinybmp/compare/v0.3.0-alpha.1...v0.3.0-beta.1
114117

115118
[0.3.0-alpha.1]: https://github.com/embedded-graphics/tinybmp/compare/after-split...v0.3.0-alpha.1

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.3.0-beta.1"
4+
version = "0.3.0-beta.2"
55
authors = ["James Waples <james@wapl.es>"]
66
edition = "2018"
77
repository = "https://github.com/embedded-graphics/tinybmp"

0 commit comments

Comments
 (0)