Skip to content

Commit 366a4e2

Browse files
committed
release: 1.7.1
2 parents 7f4da15 + 58626c7 commit 366a4e2

File tree

18 files changed

+41
-41
lines changed

18 files changed

+41
-41
lines changed

CREDITS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Project Dependencies
22
Package: fyi
3-
Version: 1.7.0
3+
Version: 1.7.1
44
Target: x86_64-unknown-linux-gnu
5-
Generated: 2025-02-24 07:32:03 UTC
5+
Generated: 2025-02-26 03:54:37 UTC
66

77
| Package | Version | Author(s) | License |
88
| ---- | ---- | ---- | ---- |
99
| [**argyle**](https://github.com/Blobfolio/argyle) | 0.11.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
10-
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
11-
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 1.7.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
10+
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.10.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
11+
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 1.7.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1212
| [tz-rs](https://github.com/x-hgg-x/tz-rs) | 0.7.0 | x-hgg-x | MIT OR Apache-2.0 |
13-
| [**utc2k**](https://github.com/Blobfolio/utc2k) | 0.11.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
13+
| [**utc2k**](https://github.com/Blobfolio/utc2k) | 0.12.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1414

1515
### Legend
1616

fyi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fyi"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
license = "WTFPL"
55
authors = ["Josh Stoik <josh@blobfolio.com>"]
66
edition = "2024"
@@ -177,7 +177,7 @@ path = "../fyi_msg"
177177

178178
[dependencies]
179179
argyle = "0.11.*"
180-
dactyl = "0.9.*"
180+
dactyl = "0.10.*"
181181

182182
[dependencies.fyi_msg]
183183
path = "../fyi_msg"

fyi_msg/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fyi_msg"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
authors = ["Josh Stoik <josh@blobfolio.com>"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -18,7 +18,7 @@ default-target = "x86_64-unknown-linux-gnu"
1818
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin" ]
1919

2020
[dependencies]
21-
dactyl = "0.9.*"
21+
dactyl = "0.10.*"
2222

2323
[dependencies.signal-hook]
2424
version = "0.3.*"
@@ -34,12 +34,12 @@ version = "0.2.*"
3434
optional = true
3535

3636
[dependencies.utc2k]
37-
version = "0.11.*"
37+
version = "0.12.*"
3838
features = [ "local" ]
3939
optional = true
4040

4141
[dev-dependencies]
42-
brunch = "0.8.*"
42+
brunch = "0.9.*"
4343
rayon = "1.10.*"
4444

4545
[[bench]]

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" "February 2025" "fyi blank v1.7.0" "User Commands"
1+
.TH "FYI BLANK" "1" "February 2025" "fyi blank v1.7.1" "User Commands"
22
.SH NAME
3-
BLANK \- Manual page for fyi blank v1.7.0.
3+
BLANK \- Manual page for fyi blank v1.7.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" "February 2025" "fyi confirm v1.7.0" "User Commands"
1+
.TH "FYI CONFIRM" "1" "February 2025" "fyi confirm v1.7.1" "User Commands"
22
.SH NAME
3-
CONFIRM \- Manual page for fyi confirm v1.7.0.
3+
CONFIRM \- Manual page for fyi confirm v1.7.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" "February 2025" "fyi crunched v1.7.0" "User Commands"
1+
.TH "FYI CRUNCHED" "1" "February 2025" "fyi crunched v1.7.1" "User Commands"
22
.SH NAME
3-
CRUNCHED \- Manual page for fyi crunched v1.7.0.
3+
CRUNCHED \- Manual page for fyi crunched v1.7.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" "February 2025" "fyi debug v1.7.0" "User Commands"
1+
.TH "FYI DEBUG" "1" "February 2025" "fyi debug v1.7.1" "User Commands"
22
.SH NAME
3-
DEBUG \- Manual page for fyi debug v1.7.0.
3+
DEBUG \- Manual page for fyi debug v1.7.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" "February 2025" "fyi done v1.7.0" "User Commands"
1+
.TH "FYI DONE" "1" "February 2025" "fyi done v1.7.1" "User Commands"
22
.SH NAME
3-
DONE \- Manual page for fyi done v1.7.0.
3+
DONE \- Manual page for fyi done v1.7.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" "February 2025" "fyi error v1.7.0" "User Commands"
1+
.TH "FYI ERROR" "1" "February 2025" "fyi error v1.7.1" "User Commands"
22
.SH NAME
3-
ERROR \- Manual page for fyi error v1.7.0.
3+
ERROR \- Manual page for fyi error v1.7.1.
44
.SH DESCRIPTION
55
Error: Hello World
66
.SS USAGE:

release/man/fyi-info.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "FYI INFO" "1" "February 2025" "fyi info v1.7.0" "User Commands"
1+
.TH "FYI INFO" "1" "February 2025" "fyi info v1.7.1" "User Commands"
22
.SH NAME
3-
INFO \- Manual page for fyi info v1.7.0.
3+
INFO \- Manual page for fyi info v1.7.1.
44
.SH DESCRIPTION
55
Info: Hello World
66
.SS USAGE:

0 commit comments

Comments
 (0)