Skip to content

Commit

Permalink
Merge pull request #123 from kevinheavey/new-release
Browse files Browse the repository at this point in the history
Bump Solana deps to 2.1 and prepare release
  • Loading branch information
kevinheavey authored Nov 10, 2024
2 parents 59ecebf + 6bab061 commit 2586bd7
Show file tree
Hide file tree
Showing 8 changed files with 786 additions and 471 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.22.0
current_version = 0.23.0
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
with:
target: x86_64-unknown-linux-musl
manylinux: musllinux_1_2
args: --release --out dist
args: --release --no-default-features -F ring --out dist
maturin-version: ${{ env.maturin_version }}
- name: Install built wheel
uses: addnab/docker-run-action@v3
Expand All @@ -195,7 +195,7 @@ jobs:
apk add py3-pip
pip3 install -U pip pytest pytest-asyncio based58 pybip39 mnemonic typing-extensions jsonalias --break-system-packages
pip3 install ${{ env.name }} --find-links /io/dist/ --force-reinstall --no-index --no-dependencies --break-system-packages
python3 -m pytest
python3 -m pytest --ignore=tests/bankrun
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down
346 changes: 173 additions & 173 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# [0.23.0] - 2024-11-10

### Changed

- Upgrade Solana Rust deps to 2.1 [(#123)](https://github.com/kevinheavey/solders/pull/123).
- Stop publishing Rust crates for now (most of the publish CI was failing anyway) [(#123)](https://github.com/kevinheavey/solders/pull/123).
- Drop support for bankrun on musllinux-i686 as its dependencies no longer support it [(#123)](https://github.com/kevinheavey/solders/pull/123).

## [0.22.0] - 2024-10-18

### Changed
Expand Down
Loading

0 comments on commit 2586bd7

Please sign in to comment.