Skip to content

Commit d27dfe8

Browse files
committed
Bump to 1.5.0
1 parent 72448ce commit d27dfe8

File tree

3 files changed

+16
-63
lines changed

3 files changed

+16
-63
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.5.0
9+
610
- Fix a CWD issue with wezterm backend. (#75)
711
- Add [foot](https://codeberg.org/dnkl/foot) support. (#77)
812

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "glrnvim"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
authors = ["beeender <chenmulong@gmail.com>"]
5-
edition = "2018"
5+
edition = "2024"
66
description = "glrnvim combines OpenGL (possibly), Rust and NeoVIM together, to make the fastest, simplest neovim GUI."
77
readme = "README.md"
88
license = "GPL-3.0"
99

1010
[dependencies]
1111
which = "7.0.*"
1212
dirs = "6.0.*"
13-
tempfile = "3.19.*"
13+
tempfile = "3.20.*"
1414
# 1.0.98 doesn't compile under Mac
1515
serde = { version = "1.0.*", features = ["derive"] }
1616
serde_yaml = "0.9.34"

0 commit comments

Comments
 (0)