Skip to content

Commit 5d5d5a1

Browse files
committed
Release 0.3.6
1 parent f199f08 commit 5d5d5a1

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.6] - 2026-06-08
9+
10+
- Update solana-verify to v0.5.0
11+
812
## [0.3.5] - 2026-05-15
913

1014
- Update all github-actions to v0.2.10

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838

3939
jobs:
4040
build:
41-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.3.5
41+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.3.6
4242
with:
4343
program: "hello_world"
4444
program-id: "YOUR_PROGRAM_ID"
@@ -70,7 +70,7 @@ on:
7070

7171
jobs:
7272
build:
73-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.3.5
73+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.3.6
7474
with:
7575
program: "transaction_example"
7676
program-id: "YOUR_PROGRAM_ID"
@@ -138,7 +138,7 @@ on:
138138

139139
jobs:
140140
test:
141-
uses: solana-developers/github-workflows/.github/workflows/test.yaml@v0.3.5
141+
uses: solana-developers/github-workflows/.github/workflows/test.yaml@v0.3.6
142142
with:
143143
program: ${{ 'transaction_example' }}
144144
```

0 commit comments

Comments
 (0)