Skip to content

Commit

Permalink
chore: bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Sep 26, 2023
1 parent 8a7b28a commit 1f1b89e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.8.1

### Fixed

- Fix typing to allow passing an accelerator dict to `Pipeline.pipe(...)`
- Removed multiprocessing accelerator debug output
- Fixed absolute links in github-pages docs (e.g. image assets)

### Changed

- Added auto-links to components in the docs (by comparing span contents with entry points)

## v0.8.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion edspdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from . import utils # isort:skip

__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 1f1b89e

Please sign in to comment.