Skip to content

Commit 72abc82

Browse files
committed
(cargo-release) version 0.4.0-beta.1
1 parent 7087689 commit 72abc82

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-beta.1] - 2021-05-24
10+
911
## [0.4.0-alpha.1] - 2020-12-27
1012

1113
### Changed
@@ -101,7 +103,8 @@
101103
- [#218](https://github.com/embedded-graphics/embedded-graphics/pull/218) Test README examples in CI and update them to work with latest crate versions.
102104

103105
<!-- next-url -->
104-
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-alpha.1...HEAD
106+
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-beta.1...HEAD
107+
[0.4.0-beta.1]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-alpha.1...v0.4.0-beta.1
105108

106109
[0.4.0-alpha.1]: https://github.com/embedded-graphics/tinytga/compare/after-split...v0.4.0-alpha.1
107110
[0.4.0-alpha.1 - `embedded-graphics` repository]: https://github.com/embedded-graphics/embedded-graphics/compare/tinytga-v0.3.2...before-split

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

0 commit comments

Comments
 (0)