Skip to content

Commit 658145b

Browse files
chore(release): v6.0.7
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
1 parent 52405a8 commit 658145b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.0.7] - 2025-06-19
6+
7+
### Bug Fixes
8+
9+
- Apply clippy fix for `redundant-field-names` [52405a8](https://github.com/openSUSE-Rust/obs-service-cargo/commit/52405a8e697950364498c1237748fc3ed6afe81f)
10+
- Apply clippy fix for `field-reassign-with-default` [2237e16](https://github.com/openSUSE-Rust/obs-service-cargo/commit/2237e16a2e9a5658fafce8a7d3defb0208d0e647)
11+
- Wrongly used clap derive attributes for requires. rework VendorArgs as well provide defaults. [516b3e7](https://github.com/openSUSE-Rust/obs-service-cargo/commit/516b3e7678c192ddb6dccedb4ce9fb0b91a184c6)
12+
- Bring in new version of libroast by running `cargo update`. [dd4c925](https://github.com/openSUSE-Rust/obs-service-cargo/commit/dd4c92565e77ee446f29e7e0ed08efbef0b2e01e)
13+
- Apply clippy fixes [7574d42](https://github.com/openSUSE-Rust/obs-service-cargo/commit/7574d42f03979e0fd51ea352b48d49d8afd62117)
14+
- Only provide a warning. `--no-root-manifest` is never used in `vendor.rs` [f9a9e55](https://github.com/openSUSE-Rust/obs-service-cargo/commit/f9a9e55fcf18d4c44b1e24fce3ebfe33bbd5440c)
15+
- Make `no-root-manifest` field to `Option<bool>` [1924212](https://github.com/openSUSE-Rust/obs-service-cargo/commit/1924212999fbaa6072a96c39be12511754091cd2)
16+
17+
### Miscellaneous Tasks
18+
19+
- Apply new Option<VendorArgs> change [8bcdc62](https://github.com/openSUSE-Rust/obs-service-cargo/commit/8bcdc6298539a7c417dcfa1b24304403c3c13844)
20+
521
## [6.0.6] - 2025-06-14
622

723
### Bug Fixes
824

925
- The `target` field for build targets is now being used [c10b125](https://github.com/openSUSE-Rust/obs-service-cargo/commit/c10b125b3968257754f9bc4b526198105b2c94a3)
1026

27+
### Miscellaneous Tasks
28+
29+
- V6.0.6 [dc00b3c](https://github.com/openSUSE-Rust/obs-service-cargo/commit/dc00b3c7862b33121c67bc51b86a5fad38526c3f)
30+
1131
## [6.0.5] - 2025-06-13
1232

1333
### Dependencies

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["cargo"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "6.0.6"
7+
version = "6.0.7"
88
description = "OBS Source Service and utilities for Rust software packaging."
99
authors = [
1010
"Soc Virnyl Estela <socvirnyl.estela@uncomfyhalomacro.pl>",

0 commit comments

Comments
 (0)