Skip to content

Releases: CerebusOSS/ella

v0.1.5

04 Aug 22:16
Compare
Choose a tag to compare

[0.1.5] - 2023-08-04

Bug Fixes

  • Ungated dependency on derive feature in ella crate
  • Broken protobuf dependency during cross-compilation
  • Potential race condition in topic writer

Documentation

  • Fixed broken link in ella docs
  • Added build status badge to readmes
  • Added contributor guidelines
  • Added Docker readme
  • Ella's re-exported crates now show up as submodules

Miscellaneous Tasks

  • Updated lockfile versions
  • Prepared pyella package for publication
  • Fixed broken links following move to new organization

Performance

  • Reduced ella-cli binary size

Styling

  • Removed unused source files
  • Removed default constructor for unit struct
  • Removed unused dev dependencies

v0.1.4

01 Aug 19:45
Compare
Choose a tag to compare

[0.1.4] - 2023-08-01

Bug Fixes

  • Ella-server now builds on windows