Skip to content

Commit a88e7a4

Browse files
committed
build: 2.0.1
1 parent 83ffe4a commit a88e7a4

19 files changed

+40
-41
lines changed

CREDITS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Project Dependencies
22
Package: fyi
3-
Version: 2.0.0
3+
Version: 2.0.1
44
Target: x86_64-unknown-linux-gnu
5-
Generated: 2025-04-03 19:05:56 UTC
5+
Generated: 2025-04-09 01:41:00 UTC
66

77
| Package | Version | Author(s) | License |
88
| ---- | ---- | ---- | ---- |
99
| [**argyle**](https://github.com/Blobfolio/argyle) | 0.12.3 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1010
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.10.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
11-
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 2.0.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
11+
| [**fyi_ansi**](https://github.com/Blobfolio/fyi) | 2.0.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
12+
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 2.0.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1213
| [tz-rs](https://github.com/x-hgg-x/tz-rs) | 0.7.0 | x-hgg-x | MIT OR Apache-2.0 |
1314
| [**utc2k**](https://github.com/Blobfolio/utc2k) | 0.12.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1415

fyi_msg/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ default-target = "x86_64-unknown-linux-gnu"
1818
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin" ]
1919

2020
[build-dependencies.fyi_ansi]
21-
version = "2.0.0"
22-
path = "../fyi_ansi"
21+
version = "2.0.*"
2322

2423
[dependencies.dactyl]
2524
version = "0.10.*"
2625
optional = true
2726

2827
[dependencies.fyi_ansi]
29-
version = "2.0.0"
30-
path = "../fyi_ansi"
28+
version = "2.0.*"
3129

3230
[dependencies.signal-hook]
3331
version = "0.3.*"

release/man/fyi-aborted.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI ABORTED" "1" "April 2025" "fyi aborted v2.0.0" "User Commands"
1+
.TH "FYI ABORTED" "1" "April 2025" "fyi aborted v2.0.1" "User Commands"
22
.SH NAME
3-
ABORTED \- Manual page for fyi aborted v2.0.0.
3+
ABORTED \- Manual page for fyi aborted v2.0.1.
44
.SH DESCRIPTION
55
Aborted: Hello World
66
.SS USAGE:

release/man/fyi-blank.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI BLANK" "1" "April 2025" "fyi blank v2.0.0" "User Commands"
1+
.TH "FYI BLANK" "1" "April 2025" "fyi blank v2.0.1" "User Commands"
22
.SH NAME
3-
BLANK \- Manual page for fyi blank v2.0.0.
3+
BLANK \- Manual page for fyi blank v2.0.1.
44
.SH DESCRIPTION
55
Print blank line(s).
66
.SS USAGE:

release/man/fyi-confirm.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI CONFIRM" "1" "April 2025" "fyi confirm v2.0.0" "User Commands"
1+
.TH "FYI CONFIRM" "1" "April 2025" "fyi confirm v2.0.1" "User Commands"
22
.SH NAME
3-
CONFIRM \- Manual page for fyi confirm v2.0.0.
3+
CONFIRM \- Manual page for fyi confirm v2.0.1.
44
.SH DESCRIPTION
55
Ask a Yes/No question using the built\-in prefix "confirm".
66
.SS USAGE:

release/man/fyi-crunched.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI CRUNCHED" "1" "April 2025" "fyi crunched v2.0.0" "User Commands"
1+
.TH "FYI CRUNCHED" "1" "April 2025" "fyi crunched v2.0.1" "User Commands"
22
.SH NAME
3-
CRUNCHED \- Manual page for fyi crunched v2.0.0.
3+
CRUNCHED \- Manual page for fyi crunched v2.0.1.
44
.SH DESCRIPTION
55
Crunched: Hello World
66
.SS USAGE:

release/man/fyi-debug.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI DEBUG" "1" "April 2025" "fyi debug v2.0.0" "User Commands"
1+
.TH "FYI DEBUG" "1" "April 2025" "fyi debug v2.0.1" "User Commands"
22
.SH NAME
3-
DEBUG \- Manual page for fyi debug v2.0.0.
3+
DEBUG \- Manual page for fyi debug v2.0.1.
44
.SH DESCRIPTION
55
Debug: Hello World
66
.SS USAGE:

release/man/fyi-done.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI DONE" "1" "April 2025" "fyi done v2.0.0" "User Commands"
1+
.TH "FYI DONE" "1" "April 2025" "fyi done v2.0.1" "User Commands"
22
.SH NAME
3-
DONE \- Manual page for fyi done v2.0.0.
3+
DONE \- Manual page for fyi done v2.0.1.
44
.SH DESCRIPTION
55
Done: Hello World
66
.SS USAGE:

release/man/fyi-error.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI ERROR" "1" "April 2025" "fyi error v2.0.0" "User Commands"
1+
.TH "FYI ERROR" "1" "April 2025" "fyi error v2.0.1" "User Commands"
22
.SH NAME
3-
ERROR \- Manual page for fyi error v2.0.0.
3+
ERROR \- Manual page for fyi error v2.0.1.
44
.SH DESCRIPTION
55
Error: Hello World
66
.SS USAGE:

release/man/fyi-found.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI FOUND" "1" "April 2025" "fyi found v2.0.0" "User Commands"
1+
.TH "FYI FOUND" "1" "April 2025" "fyi found v2.0.1" "User Commands"
22
.SH NAME
3-
FOUND \- Manual page for fyi found v2.0.0.
3+
FOUND \- Manual page for fyi found v2.0.1.
44
.SH DESCRIPTION
55
Found: Hello World
66
.SS USAGE:

0 commit comments

Comments
 (0)