Skip to content

Commit 0b8d548

Browse files
committed
version 3.18.0
1 parent 9add2e4 commit 0b8d548

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### next
1+
<a name="v3.18.0"></a>
2+
### v3.18.0 - 2025/08/29
23
- key bindings can use the `cmd` modifier (called "Command", "Super", "Windows", depending on the system)
34
- with `hide_scrollbar = true`, you can make copy-pasting easier - Thanks @JeanMertz
45
- when project dir isn't specified explicitly (with `--project`) bacon looks for an enclosing dir having a bacon.toml or Cargo.toml file - Fix #385

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 = "bacon"
3-
version = "3.17.0"
3+
version = "3.18.0"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/bacon"
66
description = "background rust compiler"

0 commit comments

Comments
 (0)