Skip to content

Commit 9d97957

Browse files
committed
v0.3.0
1 parent b60c003 commit 9d97957

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "datu"
3-
version = "0.3.0-alpha"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "datu - a data file utility"
66
license = "MIT"

features/cli/cli.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Feature: CLI
22

33
Scenario: Print version
44
When I run `datu --version`
5-
Then the first line of the output should be: datu 0.3.0-alpha
5+
Then the first line of the output should be: datu 0.3.0
66

77
Scenario: Print help with help subcommand
88
When I run `datu help`

0 commit comments

Comments
 (0)