Skip to content

Commit 46d1b4c

Browse files
semantic-releaseactions-user
authored andcommitted
2.7.0
2.7.0 skip-checks: true
1 parent 70ed744 commit 46d1b4c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.7.0 (2025-05-15)
6+
7+
### Feature
8+
9+
* Add algokit init example command ([`70ed744`](https://github.com/algorandfoundation/algokit-cli/commit/70ed744574a8689374b3396c224c636966848e47))
10+
* Added the choose example selector ([`da5cc9e`](https://github.com/algorandfoundation/algokit-cli/commit/da5cc9e538dae458230a0ff78ff3ab7671777ddb))
11+
* Adding new init command structure with example subcommand ([`3fb110a`](https://github.com/algorandfoundation/algokit-cli/commit/3fb110afa867a65d67aeb605a3a5c23f651d278f))
12+
13+
### Fix
14+
15+
* Add fallback for browser opening in explore command ([`71088cf`](https://github.com/algorandfoundation/algokit-cli/commit/71088cf031c6575c7368f60ad2d2ea20311fe1cd))
16+
* Add fallback for browser opening in explore command ([`d1be606`](https://github.com/algorandfoundation/algokit-cli/commit/d1be606cc252affb5de0516c9c973ab176b574b8))
17+
* Compile ts hangs when puya-ts is detected but not installed in the project ([#628](https://github.com/algorandfoundation/algokit-cli/issues/628)) ([`f3cd199`](https://github.com/algorandfoundation/algokit-cli/commit/f3cd19967068e4310eaae5acbf85d8ec445e5181))
18+
519
## v2.6.2 (2025-03-28)
620

721
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algokit"
3-
version = "2.6.2"
3+
version = "2.7.0"
44
description = "Algorand development kit command-line interface"
55
authors = ["Algorand Foundation <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)