Skip to content

Commit f82046d

Browse files
committed
v0.3.0 — Startup scripts
- Increased MSRV to 1.70 - Added `--startup-script` and `--startup-wait-ms` options
1 parent c1f8375 commit f82046d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.3.0 (2023-12-12)
2+
-------------------
33
- Increased MSRV to 1.70
44
- Added `--startup-script` and `--startup-wait-ms` options
55

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "confab"
3-
version = "0.3.0-dev"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Asynchronous line-oriented interactive TCP client"

0 commit comments

Comments
 (0)