Skip to content

Commit 3190876

Browse files
committed
(cargo-release) version 0.5.0
1 parent 3e34dfb commit 3190876

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.5.0] - 2023-05-17
10+
911
### Added
1012

1113
- [#16](https://github.com/embedded-graphics/tinytga/pull/16) Added support for bottom right and top right image origins.
@@ -128,7 +130,8 @@
128130
- [#218](https://github.com/embedded-graphics/embedded-graphics/pull/218) Test README examples in CI and update them to work with latest crate versions.
129131

130132
<!-- next-url -->
131-
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.4.1...HEAD
133+
[unreleased]: https://github.com/embedded-graphics/tinytga/compare/v0.5.0...HEAD
134+
[0.5.0]: https://github.com/embedded-graphics/tinytga/compare/v0.4.1...v0.5.0
132135

133136
[0.4.1]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0...v0.4.1
134137
[0.4.0]: https://github.com/embedded-graphics/tinytga/compare/v0.4.0-beta.1...v0.4.0

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.1"
3+
version = "0.5.0"
44
description = "No-std, low memory footprint TGA image loader"
55
authors = ["James Waples <james@wapl.es>", "Ralf Fuest <mail@rfuest.de>"]
66
edition = "2021"

0 commit comments

Comments
 (0)