diff --git a/CHANGELOG b/CHANGELOG index 4d29e10..412aabb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,3 @@ -Soc Virnyl Estela (4): - prepare justfile for publishing - change it to a text file - cli: allow to explicitly tell "true" or "false" using ArgAction::Set and add our service file - release: v4.1.0 +Soc Virnyl Estela (1): + fix: filename should leave out version part alone + diff --git a/Cargo.lock b/Cargo.lock index 62d2880..aff047d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "libroast" -version = "4.1.0" +version = "4.2.0" dependencies = [ "bzip2", "clap", @@ -607,7 +607,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "roast-cli" -version = "4.1.0" +version = "4.2.0" dependencies = [ "clap", "libroast", @@ -685,9 +685,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.80" +version = "2.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e185e337f816bc8da115b8afcb3324006ccc82eeaddf35113888d3bd8e44ac" +checksum = "198514704ca887dd5a1e408c6c6cdcba43672f9b4062e1b24aa34e74e6d7faae" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7bc4b3d..254c39b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] authors = ["Soc Virnyl Estela"] -version = "4.1.0" +version = "4.2.0" edition = "2021" license = "MPL-2.0" repository = "https://github.com/openSUSE-Rust/roast"