Releases: openSUSE-Rust/obs-service-cargo
v0.8.10
- docs: update README [ci skip] [4c15d8e] - Soc Virnyl Estela [email protected]
- move lints to configuration manifest [6ac4a95] - Soc Virnyl Estela [email protected]
- an improvement of commit 24aaa00 [0fe327b] - Soc Virnyl Estela [email protected]
- configure rust version and toolchain" [f102828] - Soc Virnyl Estela [email protected]
- no sudo [5fe2e1d] - Soc Virnyl Estela [email protected]
- try an opensuse image [1d90edf] - Soc Virnyl Estela [email protected]
- bonk has no dependencies, hence, no tarball [be2f9f6] - Soc Virnyl Estela [email protected]
- capture errors in script. [343882b] - Soc Virnyl Estela [email protected]
- docs: add status badge in the readme [06b24c0] - Soc Virnyl Estela [email protected]
- try it again [d3384fd] - Soc Virnyl Estela [email protected]
- try it again [4f1d5d3] - Soc Virnyl Estela [email protected]
- forgot to add .gz extension. lol [902a0f2] - Soc Virnyl Estela [email protected]
- ensure it's executable [e948e23] - Soc Virnyl Estela [email protected]
- ci: put the tests into a convenient script [84cca41] - Soc Virnyl Estela [email protected]
- ci: install libzstd. it's needed [f7039e3] - Soc Virnyl Estela [email protected]
- check if there are lockfiles from aforementioned manifest paths [24aaa00] - Soc Virnyl Estela [email protected]
- fix: check if dependencies section is empty or not [621dea1] - Soc Virnyl Estela [email protected]
- misc: remove redundant messages [d0cbcd4] - Soc Virnyl Estela [email protected]
- improvement: better handling on when and when not to vendor [751775c] - Soc Virnyl Estela [email protected]
- properly download files [d90ef01] - Soc Virnyl Estela [email protected]
- create and finalize github action workflow [e1735c6] - Soc Virnyl Estela [email protected]
- add github workflows for doing tests [8777893] - Soc Virnyl Estela [email protected]
Full Changelog: v0.8.9...v0.8.10
v0.8.9
Full Changelog: v0.8.8...v0.8.9
v0.8.8
What's Changed
- 20231101 start working on bulk update by @uncomfyhalomacro in #58
- 20231117 fix issues by @Firstyear in #60
Full Changelog: v0.8.4...v0.8.8
v0.8.4
fix: also check attempt to vendor if it is also a workspace
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- 20231031 improve error handling impl by @uncomfyhalomacro in #56
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Full Changelog: v0.8.1...v0.8.2
v0.8.1
small fix: skip vendor if vendor/
directory does not exist.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Cargo audit is now a no-op, vendor now triggers audit by @Firstyear in #50
Full Changelog: v0.7.5...v0.8.0
v0.7.5
v0.7.4
fix: decompressed tarball may or may not have a top-level folder
Directory sources by default will also copy the source folder's top-level folder.
This is not true for archived tarballs because they may not have a top-level folder when the tarball was created.
In this commit, we will use an educated guess that if the extracted or decompressed tarball is unpacked to the temporary directory, we will count the number of files and directories. Of course, if there is ONLY one, it MUST be a folder. If it's a file, then we will handle and raise an error.