Skip to content

Commit

Permalink
version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Nov 30, 2024
1 parent 94fee19 commit a4cc2c7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
### Direction

I'm following [this roadmap](https://dystroy.org/blog/bacon-everything-roadmap/). If you're interested in having bacon usable for other languages than Rust, come have a chat.

### Next
- new analyzer model, enable new kinds of tools
<a name="v3.4.0"></a>
### v3.4.0 - 2024/11/30
- new analyzer framework, make it possible for bacon to call more tools
- Python Pytest analyzer
- Analyzer for `cargo check --message-format json-diagnostic-rendered-ansi` - see #269
- allow specify scroll-pages action with a floating point number - Fix #264
- allow specifying scroll-pages action with a floating point number - Fix #264

<a name="v3.3.0"></a>
### v3.3.0 - 2024/11/16
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bacon"
version = "3.3.0-new-analyzer-model"
version = "3.4.0"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/bacon"
description = "background rust compiler"
Expand Down
1 change: 0 additions & 1 deletion src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ impl<'s> AppState<'s> {
messages: Vec::new(),
})
}

pub fn add_line(
&mut self,
line: CommandOutputLine,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Available analyzers:
* `python_unittest` for [Unittest](https://docs.python.org/3/library/unittest.html)
* `python_pytest` for [pytest](https://docs.pytest.org/)

See [Bacon for everything - status](https://dystroy.org/blog/bacon-everything-status/).
[Are they bacon yet?](https://dystroy.org/blog/are-they-bacon-yet/).

## Default Job

Expand Down

0 comments on commit a4cc2c7

Please sign in to comment.