Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Solana deps to 2.1 and prepare release #123

Merged
merged 7 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading