From 1fba87049f1641f6e5f8d736be5069943ea64031 Mon Sep 17 00:00:00 2001 From: dromaz Date: Wed, 19 Jul 2023 22:05:15 +0200 Subject: [PATCH] avm: Add .anchorversion file support(#2553) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0659d1725b..b8d18aba0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ The minor version will be incremented upon a breaking change and the patch versi - cli: Create new programs with correct program ids ([#2509](https://github.com/coral-xyz/anchor/pull/2509)). - cli, client, lang, spl: Update Solana toolchain and dependencies to `1.16.0` and specify maximum version of `<1.17.0` ([#2512](https://github.com/coral-xyz/anchor/pull/2512)). - cli: `anchor deploy` command's `--program-name` argument accepts program lib names ([#2519](https://github.com/coral-xyz/anchor/pull/2519)). +- avm, cli: Add support for the `.anchorversion` file to facilitate switching between different versions of the anchor-cli. ([#2533](https://github.com/coral-xyz/anchor/pull/2553)). ### Fixes