Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 18, 2024
2 parents a6a4175 + b0ae558 commit 64089af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.0

### Various fixes & improvements

- 3.10.11 (#65) by @armenzg
- remove wityh (#65) by @armenzg
- Cargo toml (#65) by @armenzg
- Do not run on push for pull requests (#68) by @armenzg
- Add python-version to tests (#66) by @armenzg
- 3.10.15 (#66) by @armenzg
- Partially revert "Update to Python 3.11 and `cargo update` (#56)" (#66) by @armenzg
- Build wheels with Python 3.10 (#65) by @armenzg
- No need for if conditionals (#67) by @armenzg
- Run release builds on PRs (#67) by @armenzg

## 0.2.9

### 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.9"
version = "1.0.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit 64089af

Please sign in to comment.