Skip to content

Commit c05bb0b

Browse files
committed
Tweak versioning.
1 parent d49330d commit c05bb0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.0+1] - 2025-06-01
8+
## [0.2.1] - 2025-06-01
99

1010
### Changed
1111

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
@@ -3,7 +3,7 @@ name = "proc-result"
33
description = "A tiny cross-platform library containing exit status and code types"
44
repository = "http://crates.lurey.io/proc-result"
55
license = "MIT"
6-
version = "0.2.0+1"
6+
version = "0.2.1"
77
edition = "2024"
88
keywords = ["cli", "exit-codes", "sysexit"]
99
categories = [

0 commit comments

Comments
 (0)