Skip to content

Commit 1caedc1

Browse files
committed
Release v0.4.1
1 parent dbd1f11 commit 1caedc1

File tree

8 files changed

+19
-13
lines changed

8 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

2-
# 0.4.0 (2021-08-13)
2+
# 0.4.1 (2021-08-14)
3+
4+
A minor release that includes:
5+
- A fix for rendering glitches that would occur after editing with multiple selections.
6+
- CI fix for grammars not being cross-compiled for aarch64
7+
8+
# 0.4.1 (2021-08-13)
39

410
Two months have passed, so this is another big release. A big thank you to all
511
the contributors and package maintainers!

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helix-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-core"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Blaž Hrastnik <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

helix-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-lsp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Blaž Hrastnik <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

helix-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-syntax"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Blaž Hrastnik <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

helix-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-term"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A post-modern text editor."
55
authors = ["Blaž Hrastnik <[email protected]>"]
66
edition = "2018"

helix-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-tui"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Blaž Hrastnik <[email protected]>"]
55
description = """
66
A library to build rich terminal user interfaces or dashboards

helix-view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helix-view"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Blaž Hrastnik <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)