You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,32 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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)
- 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
+
5
21
## [6.0.6] - 2025-06-14
6
22
7
23
### Bug Fixes
8
24
9
25
- The `target` field for build targets is now being used [c10b125](https://github.com/openSUSE-Rust/obs-service-cargo/commit/c10b125b3968257754f9bc4b526198105b2c94a3)
0 commit comments