Skip to content

Commit afa4658

Browse files
committed
Release version 0.2.0
1 parent 447b369 commit afa4658

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.2.0]
99

1010
### Added
1111
- Runner abstraction with `CmdSpec`, `Runner` trait, `RealRunner`, and `DryRunRunner` implementations
@@ -68,4 +68,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6868
- Eliminated code duplication across command modules
6969
- Established consistent command execution pattern for all nargo-based commands
7070
- Verified no unsafe blocks remain in codebase
71-
- All acceptance criteria for Phase 3 satisfied
71+
- All acceptance criteria for Phase 3 satisfied

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "crates/bargo-core"]
33

44
[package]
55
name = "bargo"
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2024"
88

99
[dependencies]

crates/bargo-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bargo-core"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)