Skip to content

Commit 4b8d6d1

Browse files
committed
README: upgrade advisory for stet-cli 0.1.0/0.1.1 users
1 parent 449e6c7 commit 4b8d6d1

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
<p align="center">A modern, open-source PostScript and PDF rendering engine written in pure Rust.</p>
44

55
<p align="center">
6-
<img src="https://img.shields.io/badge/Version-0.1.0-blue" alt="Version 0.1.0">
6+
<img src="https://img.shields.io/badge/Version-0.1.2-blue" alt="Version 0.1.2">
77
<img src="https://img.shields.io/badge/License-Apache--2.0_OR_MIT-green" alt="License Apache-2.0 OR MIT">
88
<img src="https://img.shields.io/badge/Rust-1.85+-orange" alt="Rust 1.85+">
99
</p>
1010

11+
> **Upgrade notice for `stet-cli` users** — versions **0.1.0** and **0.1.1**
12+
> have been yanked from crates.io. Both shipped without embedded-resource
13+
> registration, so the `stet` binary fell back to a PNG-writing rasterizer
14+
> whenever you opened a PostScript file in the interactive viewer. **0.1.2**
15+
> is self-contained and fixes this. If you previously ran `cargo install
16+
> stet-cli`, upgrade with:
17+
>
18+
> ```
19+
> cargo install stet-cli --force
20+
> ```
21+
>
22+
> The `stet` library crate (used via `Interpreter`) was never affected.
23+
1124
## About
1225
1326
stet interprets PostScript (Level 3) and parses PDF files, rendering both

0 commit comments

Comments
 (0)