Skip to content

Commit

Permalink
Bump to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 19, 2023
1 parent 7e28931 commit 90742bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [0.10.1] - 2023-07-19

### Added

- Add `antialias` boolean parameter to `Page.to_image(...)` and associated methods (h/t @cmdlineluser). ([7e28931](https://github.com/jsvine/pdfplumber/commit/7e28931))

## [0.10.0] - 2023-07-16

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: pdfplumber
type: software
version: 0.10.0
date-released: "2023-07-16"
version: 0.10.1
date-released: "2023-07-19"
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
Expand Down
2 changes: 1 addition & 1 deletion pdfplumber/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 10, 0)
version_info = (0, 10, 1)
__version__ = ".".join(map(str, version_info))

0 comments on commit 90742bd

Please sign in to comment.