Skip to content

Commit 4355035

Browse files
committed
chore: Release v1.0.0
1 parent f086ef5 commit 4355035

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.0] - 2025-12-27
2+
3+
### Features
4+
5+
- *(cli)* Add colors to CLI help outputs
6+
- *(cli)* [**breaking**] Ditch zerover, rock it with semver
17
## [0.8.5] - 2025-01-10
28

39
### Features

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 = "git-warp-time"
3-
version = "0.8.5"
3+
version = "1.0.0"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2024"
66
rust-version = "1.85"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In your `Cargo.toml` file.
5353

5454
```toml
5555
[dependencies]
56-
git-warp-time = "0.8"
56+
git-warp-time = "1.0"
5757
```
5858

5959
Then use the crate functions and types in your project something like this:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: ""
88
runs:
99
using: docker
10-
image: docker://ghcr.io/alerque/git-warp-time:v0.8.5
10+
image: docker://ghcr.io/alerque/git-warp-time:v1.0.0
1111
entrypoint: sh
1212
args:
1313
- -c

0 commit comments

Comments
 (0)