Skip to content

Commit 295477c

Browse files
committed
(cargo-release) version 0.4.0-alpha.1
1 parent c4af2a4 commit 295477c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
## [0.4.0-alpha.1] - 2020-12-27
10+
911
### Changed
1012

1113
- **(breaking)** [#3](https://github.com/embedded-graphics/tinytga/pull/3) `tinytga` now depends on `embedded-graphics-core` instead of `embedded-graphics`.
1214

13-
## [Unreleased - `embedded-graphics` repository] - ReleaseDate
15+
## [0.4.0-alpha.1 - `embedded-graphics` repository] - 2020-12-27
1416

1517
> Note: PR numbers from this point onwards are from the old `embedded-graphics/embedded-graphics` repository. New PR numbers above this note refer to PRs in the `embedded-graphics/tinytga` repository.
1618
@@ -99,8 +101,9 @@
99101
- [#218](https://github.com/embedded-graphics/embedded-graphics/pull/218) Test README examples in CI and update them to work with latest crate versions.
100102

101103
<!-- next-url -->
104+
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-alpha.1...HEAD
102105

103-
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/after-split...HEAD
104-
[unreleased - `embedded-graphics` repository]: https://github.com/embedded-graphics/embedded-graphics/compare/tinytga-v0.3.2...before-split
106+
[0.4.0-alpha.1]: https://github.com/embedded-graphics/tinytga/compare/after-split...v0.4.0-alpha.1
107+
[0.4.0-alpha.1 - `embedded-graphics` repository]: https://github.com/embedded-graphics/embedded-graphics/compare/tinytga-v0.3.2...before-split
105108
[0.3.2]: https://github.com/embedded-graphics/embedded-graphics/compare/tinytga-v0.3.0...tinytga-v0.3.2
106109
[0.3.1]: https://github.com/embedded-graphics/embedded-graphics/compare/tinytga-v0.2.0...tinytga-v0.3.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.3.2"
3+
version = "0.4.0-alpha.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)