From 5247fbb897871fa63b1f953cdd954ddd577e10be Mon Sep 17 00:00:00 2001 From: erwanM Date: Sat, 8 Oct 2022 12:55:19 +0200 Subject: [PATCH] version change --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/ui/hibou_cli.rs | 2 +- src/ui/hibou_cli.yml | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24cf51f..4fc7375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "hibou_label" -version = "0.7.8" +version = "0.7.9" dependencies = [ "clap", "image", diff --git a/Cargo.toml b/Cargo.toml index f8ce667..9505f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hibou_label" -version = "0.7.8" +version = "0.7.9" authors = ["Erwan Mahe"] edition = "2021" diff --git a/src/ui/hibou_cli.rs b/src/ui/hibou_cli.rs index 4700a1e..d6e5b06 100644 --- a/src/ui/hibou_cli.rs +++ b/src/ui/hibou_cli.rs @@ -60,7 +60,7 @@ fn get_ascii_left() -> Vec<&'static str> { my_vec.push(r#"-"-"- Oracle "#); my_vec.push(r#" \_/ Utility "#); my_vec.push(r#" "#); - my_vec.push(r#" V-label-0.7.8 "#); + my_vec.push(r#" V-label-0.7.9 "#); return my_vec; } diff --git a/src/ui/hibou_cli.yml b/src/ui/hibou_cli.yml index a1bbd12..c97061c 100644 --- a/src/ui/hibou_cli.yml +++ b/src/ui/hibou_cli.yml @@ -16,13 +16,13 @@ name: hibou_label -version: "0.7.8" +version: "0.7.9" author: Erwan Mahe about: Holistic Interaction Behavioral Oracle Utility - hibou provides utilities for manipulating interaction models (sequence diagrams/sequence charts) subcommands: - draw: about: utility to draw as a sequence diagram an interaction encoded in a hibou specification file (.hsf) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -36,7 +36,7 @@ subcommands: help: target file for drawing (default is 'the name of the hsf'.png) - explore: about: utility to explore the semantics of an interaction encoded in a hibou specification file (.hsf) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -45,7 +45,7 @@ subcommands: help: input hibou specification file - analyze: about: utility to analyze an input (multi-)trace encoded in a hibou trace file (.htf) w.r.t. an interaction encoded in a hibou specification file (.hsf) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -58,7 +58,7 @@ subcommands: help: input hibou trace file - slice: about: utility to generate slices of a (multi-)trace encoded in a hibou trace file (.htf) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - htf: @@ -82,7 +82,7 @@ subcommands: help: keep only wider slices (each component length at least one third of the original) - puml_sd: about: utility to translate an interaction encoded in a hibou specification file (.hsf) into a .puml informal sequence diagram spec (.puml) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -91,7 +91,7 @@ subcommands: help: input hibou specification file - puml_ap: about: utility to translate an interaction encoded in a hibou specification file (.hsf) into a .puml informal automata product spec (.puml) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -100,7 +100,7 @@ subcommands: help: input hibou specification file - term_repr: about: utility to translate an interaction encoded in a hibou specification file (.hsf) into a .puml informal automata product spec (.puml) - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -109,7 +109,7 @@ subcommands: help: input hibou specification file - canonize: about: utility to compute the normal form of an interaction encoded in a hibou specification file (.hsf) and to draw possible sequences of transformations leading to that normal form - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: @@ -123,7 +123,7 @@ subcommands: help: computes all possible sequences of transformations (by default only one is) - merge: about: utility to merge interaction with gates - version: "0.7.8" + version: "0.7.9" author: Erwan Mahe args: - hsf: