Skip to content

Commit

Permalink
build: release 2.0.0-beta.1 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Sep 20, 2023
1 parent 29d173a commit 1b2ce07
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0-beta.1 (2023-09-20)

### ⚠ BREAKING CHANGES

- **core:** renamed the flag `--force` to `--no-confirm` in the sub-commands:
- `accounts`: `remove`
- `contracts`: `premium` and `store`

### Added

- **contracts:** flag to skip validation on contracts sub-commands (#233)
- **config:** new command to list available chains (#240)
- **core:** added usage example in several commands (#227)

### Fixed

- **contracts:** running the `build` command without a contract name will now
build the entire workspace (#237)
- **contracts:** building a contract with the `--json` flag will suppress all
output (#237)
- **core:** renamed the flag `--force` to `--no-confirm` in several commands (#226)
- **core:** fixed processing order for stdin pipes (#227)

## 2.0.0-alpha.2 (2023-09-15)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/cli",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "Develop WASM smart contracts with the Archway Network's Developer CLI",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/archway-cli",
Expand Down

0 comments on commit 1b2ce07

Please sign in to comment.