Skip to content

Commit 6be3271

Browse files
committed
Bump to 1.6.0
1 parent 52021b6 commit 6be3271

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGES
33

44
Next Release
55

6+
-
7+
8+
1.6.0
9+
610
- Add `omit_term_stderr` to the config to disable unnecessary backend terminal output to the stderr.
711

812
1.5.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glrnvim"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = ["beeender <chenmulong@gmail.com>"]
55
edition = "2024"
66
description = "glrnvim combines OpenGL (possibly), Rust and NeoVIM together, to make the fastest, simplest neovim GUI."
@@ -23,7 +23,7 @@ rust-ini = "0.21"
2323

2424
[package.metadata.deb]
2525
maintainer = "beeender <chenmulong@gmail.com>"
26-
copyright = "2019, beeender <chemulong@gmail.com>"
26+
copyright = "2025, beeender <chemulong@gmail.com>"
2727
license-file = ["LICENSE", "9"]
2828
depends = "$auto"
2929
extended-description = "glrnvim wraps nvim with your favourite terminal into a standalone, non-fancy but daily-usable neovim GUI."

0 commit comments

Comments
 (0)