File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 3838
3939jobs :
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"
7070
7171jobs :
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"
138138
139139jobs :
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` ` `
You can’t perform that action at this time.
0 commit comments