Skip to content

Commit

Permalink
Merge branch 'release/0.2.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 17, 2024
2 parents 4b2d945 + 838b85d commit 80b0e51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.2.8

### Various fixes & improvements

- Remove `is_sentinel/prefix_frame` from Enhancers (#63) by @Swatinem
- Remove more unused dependencies (#61) by @Swatinem
- Update pyo3 and clean up dependencies (#60) by @Swatinem
- Remove Proguard bindings (#59) by @Swatinem
- Remove all the `ketama`-related code (#55) by @Swatinem
- Update to Python 3.11 and `cargo update` (#56) by @Swatinem

## 0.2.7

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ophio-bindings"
version = "0.2.7"
version = "0.2.8"
publish = false
edition = "2021"

Expand Down

0 comments on commit 80b0e51

Please sign in to comment.