Skip to content

Commit d15032a

Browse files
committed
Version bump to 0.5.2
1 parent 0af2c13 commit d15032a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,15 @@
129129
Changes
130130

131131
* WGPU backend has been removed in favor of GL backend
132+
133+
0.5.1
134+
135+
Fixes
136+
137+
* Fix potential crash when frame has been deleted
138+
139+
0.5.2
140+
141+
Improvements
142+
143+
* Add support to Home/End keys in command line

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rx"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "a modern, extensible pixel editor"
55
license = "GPL-3.0-only"
66
repository = "https://github.com/cloudhead/rx"

0 commit comments

Comments
 (0)