Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

0.2.1 (2023-11-06) [CURRENT]

Added

  • Add new example

Changed

  • Change description in Cargo.toml
  • Add features information on docs.rs

0.2.0 (2023-11-06)

Added

  • Add CHANGELOG.md file
  • Add GitHub action
  • Add examples (in examples directory)

Changed

  • Improve documentation and README.md
  • Add "option" to all barcodes
  • barcode and qrcode features are now enabled by default
  • [Breaking] Remove unused PrinterError::Network item
  • [Breaking] Change Printer functions signature from fn(self) -> Result<Self> to fn(&mut self) -> Result<&mut Self>