Skip to content

Releases: orhun/sixel-rs

Release v0.4.0

30 Sep 07:28
be25fd8
Compare
Choose a tag to compare

What's Changed

  • Add sixel_rs::sixel_string for encoding image bytes to a string
  • Add usage examples
  • Mention similar projects in README.md

Full Changelog: v0.3.3...v0.4.0

Release v0.3.3

25 Jul 01:03
5d5f1f9
Compare
Choose a tag to compare

Security

Maintenance

  • Remove unused dependencies
    • directly related to the advisory reports that are mentioned in the previous section

CI/CD

  • Add continuous integration/deployment workflows

Refactor

  • Switch to Rust 2021 edition
  • Apply clippy suggestions
  • Format code using rustfmt
  • Clean up codebase

Full Changelog: v0.3.1...v0.3.3