Please make a release (or a tag)
I am attempting to construct a conda package for this project. I need a stable release, but the latest release is v0.0.10 It appears that the v0.0.10 release has a number of compilation issues. It appears the problems I am having are related to the ratatui-image version not being compatible.
I suspect these are all corrected in the master branch? Could you make a release or tag of the latest nominally functional version?
p.s. Once I get this working it will be a conda-forge feedstock.
What version of rust and what OS have you compiled it on? Because on rustc 1.88.0 (6b00bc388 2025-06-23) with stable-x86_64-unknown-linux-gnu I hadn't any compilation errors.
Warnings, yes. But no errors.
What version of rust and what OS have you compiled it on? Because on
rustc 1.88.0 (6b00bc388 2025-06-23)withstable-x86_64-unknown-linux-gnuI hadn't any compilation errors.Warnings, yes. But no errors.
Yes, the main branch builds fine. I am referring to v0.0.10 Is that what you are referring to? I have made a fork and added a tag, all I am looking for is a tagged commit, a v0.0.11 (not alpha).
Yes, the main branch builds fine. I am referring to v0.0.10 Is that what you are referring to? I have made a fork and added a tag, all I am looking for is a tagged commit, a v0.0.11 (not alpha).
As I said, it compiles fine on the most recent stable rust compiler:
I've made a v0.0.11-alpha.1 tag and published 0.0.11-alpha.1 to crates.io. I still need to get through a couple changes, but I'll make a proper v0.0.11 release soon.
Is there a way I can help?