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
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,67 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [6.0.0] - 2025-06-01
6
+
7
+
### Bug Fixes
8
+
9
+
- Revision should be an `Option<String>` in obs service cargo [2714f44](https://github.com/openSUSE-Rust/obs-service-cargo/commit/2714f44dfc6b945bc36da486e377025647924a3c)
- Use another fixed change in libroast [4108601](https://github.com/openSUSE-Rust/obs-service-cargo/commit/41086012822a661ee474494f3e1cfe696aac1eee)
23
+
- Update libroast to the working commit [fec6956](https://github.com/openSUSE-Rust/obs-service-cargo/commit/fec6956748bace0dd830d5cfbb21f2799d7f2fb8)
24
+
- Use git source at a specific commit hash for libroast. [d0b8592](https://github.com/openSUSE-Rust/obs-service-cargo/commit/d0b8592886d0c2494d4ed80e792ad7ed901f36a5)
25
+
- Bump libroast to 6.1.0 [6d3fd1f](https://github.com/openSUSE-Rust/obs-service-cargo/commit/6d3fd1f3f8d9c51751dc301e46988e7079698c05)
26
+
27
+
### Documentation
28
+
29
+
- Update service file definition [4cf1c67](https://github.com/openSUSE-Rust/obs-service-cargo/commit/4cf1c678a4c04a69a8a644b66f975a2bc0d34224)
30
+
- Update wording in code docs [145161b](https://github.com/openSUSE-Rust/obs-service-cargo/commit/145161bc0cfc80e6139ec2c85dea45f688baf7b9)
31
+
- Update doc comments to match intention [b080951](https://github.com/openSUSE-Rust/obs-service-cargo/commit/b080951456d9a4d4a3d9429382dbf2f9a882690d)
32
+
33
+
### Features
34
+
35
+
- Roast_scm + obs-service-cargo_vendor in one go [1dcb937](https://github.com/openSUSE-Rust/obs-service-cargo/commit/1dcb93798dee90330aaded26b601a8b20e117b50)
36
+
37
+
### Improvements
38
+
39
+
- Port over roast scm specific fields to obs service cargo [8fbc6af](https://github.com/openSUSE-Rust/obs-service-cargo/commit/8fbc6af21e2349ac585cc54fdfb40ad2bbdab56b)
- Run `cargo fmt`[f976cc2](https://github.com/openSUSE-Rust/obs-service-cargo/commit/f976cc250041cb89f1c9ab6db92ec7e01becdda0)
48
+
49
+
### Refactor
50
+
51
+
- Change this field to `String` instead of `PathBuf`. [eeaf4e7](https://github.com/openSUSE-Rust/obs-service-cargo/commit/eeaf4e735956f52e71feeb14836594cd3b461ba2)
52
+
53
+
### Removed
54
+
55
+
- Woah this test file has not been removed since lol [eaa15d9](https://github.com/openSUSE-Rust/obs-service-cargo/commit/eaa15d9c54a8521d562ec693269c31b27e7cb531)
56
+
57
+
### Testing
58
+
59
+
- Update bonk to v0.4.0 [2fedf31](https://github.com/openSUSE-Rust/obs-service-cargo/commit/2fedf31e2818f7b4ed2bd2e562b53dacfc4b4b63)
- Fix tests by ignoring those that change directories in the environment [d547eba](https://github.com/openSUSE-Rust/obs-service-cargo/commit/d547ebafc2eaecb2ec201295bfb0d75fdd26125c)
62
+
- Add tests that points to a URL [0f475b2](https://github.com/openSUSE-Rust/obs-service-cargo/commit/0f475b281506181ada2903021f764d603adf1e1e)
63
+
- Add test file [4dbcf04](https://github.com/openSUSE-Rust/obs-service-cargo/commit/4dbcf04af486eff0eb5578c5221152ceaef511c4)
64
+
- Update struct fields of `Opts` in tests [322ece6](https://github.com/openSUSE-Rust/obs-service-cargo/commit/322ece6fb3e09167dd99fe1fd07b4d52168e1d4a)
65
+
5
66
## [5.1.0] - 2025-04-13
6
67
7
68
### Continuous Integrations
@@ -11,6 +72,7 @@ All notable changes to this project will be documented in this file.
11
72
12
73
### Miscellaneous Tasks
13
74
75
+
- Bump to v5.1.0 [2910335](https://github.com/openSUSE-Rust/obs-service-cargo/commit/2910335f66158a658dfeebca8b8bf6cfc09ba1c0)
14
76
- Remove unnecessary newlines in Cargo.toml configuration. [e918141](https://github.com/openSUSE-Rust/obs-service-cargo/commit/e918141025a8e6492109e760f8a25231fce822b2)
0 commit comments