Skip to content

Commit 4e0d115

Browse files
committed
(cargo-release) version 0.4.0
1 parent 8f0fdb9 commit 4e0d115

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.0] - 2021-06-06
10+
911
## [0.4.0-beta.1] - 2021-05-24
1012

1113
## [0.4.0-alpha.1] - 2020-12-27
@@ -103,7 +105,8 @@
103105
- [#218](https://github.com/embedded-graphics/embedded-graphics/pull/218) Test README examples in CI and update them to work with latest crate versions.
104106

105107
<!-- next-url -->
106-
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-beta.1...HEAD
108+
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0...HEAD
109+
[0.4.0]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-beta.1...v0.4.0
107110
[0.4.0-beta.1]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-alpha.1...v0.4.0-beta.1
108111

109112
[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-beta.1"
3+
version = "0.4.0"
44
description = "No-std, low memory footprint TGA image loader"
55
authors = ["James Waples <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)