Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Jul 12, 2024
1 parent eeac5fb commit 5ec5968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## --
## v0.10.0 (2024-07-12)

### New Features

Expand All @@ -12,6 +12,8 @@
### Changes

* Rename `Sampler::adjust` to [`Sampler::cap`]
* Improve documentation with many small edits, new overview and summary,
and disabling the `pyffi` feature flag on docs.rs


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion prettypretty/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 5ec5968

Please sign in to comment.