Skip to content

Commit

Permalink
Bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Mar 18, 2022
1 parent acdcaa0 commit 5b67ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdf-writer"
version = "0.4.1"
version = "0.5.0"
authors = ["Laurenz <[email protected]>"]
edition = "2021"
description = "A step-by-step PDF writer."
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

A step-by-step PDF writer.

```toml
[dependencies]
pdf-writer = "0.5"
```

The entry point into the API is the main `PdfWriter`, which constructs the
document into one big internal buffer. The top-level writer has many methods to
create specialized writers for specific PDF objects. These all follow the same
Expand Down

0 comments on commit 5b67ce9

Please sign in to comment.