diff --git a/CHANGELOG.md b/CHANGELOG.md index b89cf69..ff0b480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Documentation - [#33](https://github.com/arkedge/c2a-tlmcmddb/pull/33): Add changelog +- [#34](https://github.com/arkedge/c2a-tlmcmddb/pull/34): Update descriptions ### Internal @@ -28,6 +29,7 @@ - [#17](https://github.com/arkedge/c2a-tlmcmddb/pull/17): Update Rust crate serde to 1.0.193 - [#18](https://github.com/arkedge/c2a-tlmcmddb/pull/18): Update Rust crate csv to 1.3.0 - [#13](https://github.com/arkedge/c2a-tlmcmddb/pull/13): Update Rust crate clap to 4.4.11 +- [#32](https://github.com/arkedge/c2a-tlmcmddb/pull/32): Release 2.5.0 ## 0.2.0 (2023-06-05) diff --git a/Cargo.lock b/Cargo.lock index b1eb268..775e1ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,51 +297,51 @@ dependencies = [ [[package]] name = "tlmcmddb" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ad369378cb3161705423ac55a49190816b6044296b576bdf9d7049dba5b9132" dependencies = [ "serde", ] [[package]] name = "tlmcmddb" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad369378cb3161705423ac55a49190816b6044296b576bdf9d7049dba5b9132" +version = "2.5.0" dependencies = [ "serde", ] [[package]] name = "tlmcmddb-cli" -version = "0.2.0" +version = "2.5.0" dependencies = [ "anyhow", "clap", "serde_json", - "tlmcmddb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tlmcmddb-csv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tlmcmddb 0.2.0", + "tlmcmddb-csv 0.2.0", ] [[package]] name = "tlmcmddb-csv" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6aca4120f5913a778928421b1fb49296f76765b96627e8efe3e710007e16032f" dependencies = [ "anyhow", "csv", "serde", - "serde_json", - "tlmcmddb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tlmcmddb 0.2.0", ] [[package]] name = "tlmcmddb-csv" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aca4120f5913a778928421b1fb49296f76765b96627e8efe3e710007e16032f" +version = "2.5.0" dependencies = [ "anyhow", "csv", "serde", - "tlmcmddb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json", + "tlmcmddb 0.2.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a00b0bd..d513088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.0" +version = "2.5.0" repository = "https://github.com/arkedge/c2a-tlmcmddb" readme = "README.md"