Skip to content

Commit 69ebfd1

Browse files
author
Joaquín Rosales
committed
bump to v0.2.3; fixes for rust-lang/rust#61478
1 parent 75fc281 commit 69ebfd1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## [v0.2.3] - 2019-06-07
10+
### Changed
11+
- Version for font8x8 to v0.2.5. Addresses https://github.com/rust-lang/rust/issues/61478
12+
913
## [v0.2.2] - 2018-07-23
1014
### Added
1115
- New `error::ScreenError` type to handle crate errors.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "sensehat-screen"
33
description = "A library for using the 8x8-LED matrix, with RGB565 coloring, on the Raspberry Pi Sense HAT device."
4-
version = "0.2.2"
4+
version = "0.2.3"
55
authors = ["Joaquin Rosales <[email protected]>"]
66
keywords = ["sensehat", "screen", "8x8", "raspberry-pi", "framebuffer"]
7-
categories = ["embedded", "rendering", "visualization", "encoding"]
7+
categories = ["embedded", "gui", "hardware-support", "rendering::graphics-api"]
88
homepage = "https://github.com/saibatizoku/sensehat-screen-rs"
99
repository = "https://github.com/saibatizoku/sensehat-screen-rs"
1010
readme = "README.md"
@@ -13,7 +13,7 @@ build = "build.rs"
1313

1414
[dependencies]
1515
framebuffer = { version = "0.1", optional = true }
16-
font8x8 = { version = "0.2.3", optional = true }
16+
font8x8 = { version = "0.2.5", optional = true }
1717
lazy_static = "1.0"
1818
serde = { version = "1.0", optional = true }
1919
serde_derive = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)