Skip to content

Commit 16aaf78

Browse files
committed
chore: Release argfile version 1.0.0
1 parent da62dc4 commit 16aaf78

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.0.0] - 2026-02-11
11+
1012
## [0.2.1] - 2024-07-25
1113

1214
## [0.2.0] - 2024-04-12
@@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
6163
Initial release
6264

6365
<!-- next-url -->
64-
[Unreleased]: https://github.com/rust-cli/argfile/compare/v0.2.1...HEAD
66+
[Unreleased]: https://github.com/rust-cli/argfile/compare/v1.0.0...HEAD
67+
[1.0.0]: https://github.com/rust-cli/argfile/compare/v0.2.1...v1.0.0
6568
[0.2.1]: https://github.com/rust-cli/argfile/compare/v0.2.0...v0.2.1
6669
[0.2.0]: https://github.com/rust-cli/argfile/compare/v0.1.6...v0.2.0
6770
[0.1.6]: https://github.com/rust-cli/argfile/compare/v0.1.5...v0.1.6

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
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "argfile"
99-
version = "0.2.1"
99+
version = "1.0.0"
100100
description = "Load additional CLI args from file"
101101
homepage = "https://github.com/rust-cli/argfile"
102102
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)