Skip to content

Commit

Permalink
Merge pull request #384 from michaelhly/release-31
Browse files Browse the repository at this point in the history
Release 0.31
  • Loading branch information
kevinheavey authored Jan 1, 2024
2 parents 67b77c1 + 5731269 commit 36ab2b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30.2
current_version = 0.31.0
commit = True
tag = True

Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.31.0] - 2024-01-02

### Added

- Add sync_native instruction [(#376)](https://github.com/michaelhly/solana-py/pull/376)

### Changed

- Update to latest Solders version [(#383)](https://github.com/michaelhly/solana-py/pull/383)
- Increase confirmation timeout to 90 seconds [(#382)](https://github.com/michaelhly/solana-py/pull/382)

## [0.30.2] - 2023-06-02

- Use latest Solders [(#363)](https://github.com/michaelhly/solana-py/pull/363)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "solana"
version = "0.30.2"
version = "0.31.0"
description = "Solana Python API"
authors = [
"Michael Huang <[email protected]>",
Expand Down

0 comments on commit 36ab2b5

Please sign in to comment.