Skip to content

Commit

Permalink
Merge pull request #333 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
add getSolanaCLI for agave/solana CLI
  • Loading branch information
POPPIN-FUMI authored Nov 5, 2024
2 parents 74afffc + 534f7a0 commit 641a273
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/three-olives-listen.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @epics-dao/solv

## 4.7.0

### Minor Changes

- [`74afffc`](https://github.com/EpicsDAO/solv/commit/74afffc39efa4d126aab4a14240d352d6f3fa99d) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Now that we have the v2 version of the solv cli, we need to update the solv cli versioin.
So, we are adding a new function `getSolanaCLI` to get the solana cli version for agave/solana.
Also, solv switch incoming for v1 to v2.

Add - getSolanaCLI to get the solana cli version for agave/solana
Add - solv switch incoming for v1 to v2

solana version: 1.x.x will be deprecated soon, so we need to switch to v2.

## 4.6.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv",
"version": "4.6.15",
"version": "4.7.0",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 641a273

Please sign in to comment.