Skip to content

Commit

Permalink
Merge branch 'addPageCodes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bellanger committed Apr 16, 2024
2 parents 1cf1a18 + 3ea918a commit 58da606
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 126 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Expand Up @@ -18,7 +18,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
-->

## `0.10.0` (2024-04-09) [CURRENT]
## `0.11.0` (2024-04-16) [CURRENT]

### Added

- Add table for page
codes:
- `Katakana`
- `PC850`
- `PC851`
- `PC853`
- `PC857`
- `PC737`
- `PC863`
- `PC866`
- `WPC775`
- `PC855`
- `PC861`
- `PC862`
- `PC869`
- `PC1118`
- `PC1119`
- `PC1125`
- `WPC1250`
- `WPC1251`
- `WPC1253`
- `WPC1254`
- `WPC1257`
- `KZ1048`

### Changed

- Bump `encoding_rs` to `0.8.34`

## `0.10.0` (2024-04-09)

### Added

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "escpos"
readme = "README.md"
repository = "https://github.com/fabienbellanger/escpos-rs"
version = "0.10.0"
version = "0.11.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -33,7 +33,7 @@ full = [
]

[dependencies]
encoding_rs = "0.8.33"
encoding_rs = "0.8.34"
futures-lite = { version = "2.3.0", optional = true }
hidapi = { version = "2.6.1", optional = true }
image = { version = "0.25.1", optional = true }
Expand Down

0 comments on commit 58da606

Please sign in to comment.