From c12e1361a0296c03e249a219e7eb98c552d87b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=20Duc=20L=C3=A9andre?= Date: Thu, 11 Sep 2025 14:00:32 +0200 Subject: [PATCH] doc: update version from 0.0.1 to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 558762f..5ddfe39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,7 +849,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "replay_pty" -version = "0.0.1" +version = "1.0.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 15f76ce..2cefdd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "replay_pty" -version = "0.0.1" +version = "1.0.0" authors = ["leduclean", "baptleduc"] edition = "2021" description = "A CLI tool to record and replay shell commands"