Skip to content

Commit 72a1c4c

Browse files
committed
(cargo-release) version 0.4.1
1 parent 011851e commit 72a1c4c

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.4.1] - 2021-06-16
10+
911
- [#10](https://github.com/embedded-graphics/tinybmp/pull/10) Bump embedded-graphics minimum version from 0.7.0 to 0.7.1
1012

1113
## [0.4.0] - 2021-06-06
@@ -107,8 +109,9 @@
107109
- [#218](https://github.com/embedded-graphics/embedded-graphics/pull/218) Test README examples in CI and update them to work with latest crate versions.
108110

109111
<!-- next-url -->
112+
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.1...HEAD
110113

111-
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0...HEAD
114+
[0.4.1]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0...v0.4.1
112115
[0.4.0]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-beta.1...v0.4.0
113116
[0.4.0-beta.1]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-alpha.1...v0.4.0-beta.1
114117
[0.4.0-alpha.1]: https://github.com/embedded-graphics/tinytga/compare/after-split...v0.4.0-alpha.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinytga"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "No-std, low memory footprint TGA image loader"
55
authors = ["James Waples <[email protected]>", "Ralf Fuest <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)