Skip to content

Commit 13305ba

Browse files
committed
chore: release main
1 parent 1751e8b commit 13305ba

File tree

8 files changed

+46
-11
lines changed

8 files changed

+46
-11
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cli": "0.1.4",
3-
"lib": "0.1.4",
4-
"term": "0.2.3"
2+
"cli": "0.1.5",
3+
"lib": "0.1.5",
4+
"term": "0.2.4"
55
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/robgonnella/r-lanscan/compare/r-lancli-v0.1.4...r-lancli-v0.1.5) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** updates license doc in cli ([26e4edb](https://github.com/robgonnella/r-lanscan/commit/26e4edb28fbadab80679b8cfb7954d62ecb896dc))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* r-lanlib bumped from 0.1.4 to 0.1.5
16+
317
## [0.1.4](https://github.com/robgonnella/r-lanscan/compare/r-lancli-v0.1.3...r-lancli-v0.1.4) (2025-08-12)
418

519

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r-lancli"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
categories = ["command-line-utilities", "network-programming"]
55
description = "A command-line interface for performing network scanning operations on local area networks (LANs)"
66
readme = "README.md"
@@ -22,7 +22,7 @@ paris = { version = "^1.5", features = ["timestamps"] }
2222
simplelog = { version = "^0.12", features = ["paris"] }
2323
serde = { version = "^1.0", features = ["derive"] }
2424
serde_json = "^1.0"
25-
r-lanlib = { path = "../lib", version = "0.1.4" }
25+
r-lanlib = { path = "../lib", version = "0.1.5" }
2626

2727
[dev-dependencies]
2828
mockall = "0.13.1"

lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/robgonnella/r-lanscan/compare/r-lanlib-v0.1.4...r-lanlib-v0.1.5) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **lib:** updates license doc in lib ([a65a199](https://github.com/robgonnella/r-lanscan/commit/a65a1990171f8d3ae28bb1972e9c2b35bf7b6bb0))
9+
310
## [0.1.4](https://github.com/robgonnella/r-lanscan/compare/r-lanlib-v0.1.3...r-lanlib-v0.1.4) (2025-08-12)
411

512

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r-lanlib"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A library crate for performing network scanning operations on any local area network (LAN)"
55
categories = ["network-programming"]
66
readme = "README.md"

term/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/robgonnella/r-lanscan/compare/r-lanterm-v0.2.3...r-lanterm-v0.2.4) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **term:** updates license doc in term ([1751e8b](https://github.com/robgonnella/r-lanscan/commit/1751e8bc7d62b8c2647bde6948c88a5f85d1de32))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* r-lanlib bumped from 0.1.4 to 0.1.5
16+
317
## [0.2.3](https://github.com/robgonnella/r-lanscan/compare/r-lanterm-v0.2.2...r-lanterm-v0.2.3) (2025-08-12)
418

519

term/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r-lanterm"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "A full-featured terminal user interface (TUI) application for managing and interacting with networked LAN devices"
55
categories = ["command-line-utilities", "network-programming"]
66
readme = "README.md"
@@ -28,7 +28,7 @@ color-eyre = "0.6.3"
2828
strum = "0.27.1"
2929
itertools = "0.14.0"
3030
unicode-width = "0.2.0"
31-
r-lanlib = { path = "../lib", version = "0.1.4" }
31+
r-lanlib = { path = "../lib", version = "0.1.5" }
3232
fakeit = "1.3.0"
3333
ctrlc = "3.4.6"
3434
supports-color = "3.0.2"

0 commit comments

Comments
 (0)