You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/assets
Martin Nordholts fc9546854f Bump version to v0.24.0
We need to bump 0.x.0 because the library API changed in incompatible
ways:

    $ cargo public-api diff
    Resolved `diff` to `diff 0.23.0`
    Removed items from the public API
    =================================
    (none)

    Changed items in the public API
    ===============================
    -pub fn bat::controller::Controller<'b>::run(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>) -> bat::error::Result<bool>
    +pub fn bat::controller::Controller<'b>::run(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, output_buffer: core::option::Option<&mut dyn core::fmt::Write>) -> bat::error::Result<bool>
    -pub fn bat::controller::Controller<'b>::run_with_error_handler(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, handle_error: impl core::ops::function::Fn(&bat::error::Error, &mut dyn std::io::Write)) -> bat::error::Result<bool>
    +pub fn bat::controller::Controller<'b>::run_with_error_handler(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, output_buffer: core::option::Option<&mut dyn core::fmt::Write>, handle_error: impl core::ops::function::Fn(&bat::error::Error, &mut dyn std::io::Write)) -> bat::error::Result<bool>

    Added items to the public API
    =============================
    [...]
8 months ago
..
completions make LESSOPEN support opt-in 9 months ago
manual make LESSOPEN support opt-in 9 months ago
patches add json key highlighting patch for twodark 1 year ago
syntaxes Update the ssh-config submodule (#2697) 8 months ago
themes Bump assets/themes/zenburn from `702023d` to `43dc527` 1 year ago
.gitattributes Add assets/.gitattributes 6 years ago
.ignore Add .ignore files to avoid searching asset folders 6 years ago
acknowledgements.bin Add support for WGSL 8 months ago
create.sh assets/create.sh: Reverse patches even if `bat cache` fails or aborts 3 years ago
syntaxes.bin Bump version to v0.24.0 8 months ago
theme_preview.rs Small style changes to --list-themes 6 years ago
themes.bin Update binary assets 1 year ago