Skip to content

Commit b1c1db4

Browse files
chore(release): v6.0.1
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
1 parent 1ceb0d1 commit b1c1db4

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

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

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

5+
## [6.0.1] - 2025-06-02
6+
7+
### Documentation
8+
9+
- Behaviour changed. i don't want TMPDIR to be filled up like crazy. [1a41a5a](https://github.com/openSUSE-Rust/obs-service-cargo/commit/1a41a5a269bcfba2dcbfa46a0ae6b7e625d2eedb)
10+
- Update README.md [770de72](https://github.com/openSUSE-Rust/obs-service-cargo/commit/770de723ee30ed80478d72915ac6d709fdf388b8)
11+
12+
### Improvements
13+
14+
- Just pass the current workdir instead [1ceb0d1](https://github.com/openSUSE-Rust/obs-service-cargo/commit/1ceb0d1938542e5fae25a22364ccab00ea21c97c)
15+
516
## [6.0.0] - 2025-06-01
617

718
### Bug Fixes
@@ -40,6 +51,7 @@ All notable changes to this project will be documented in this file.
4051

4152
### Miscellaneous Tasks
4253

54+
- Bump to v6.0.0 [bfb4b70](https://github.com/openSUSE-Rust/obs-service-cargo/commit/bfb4b70af4219d27cdd038b13fb90621b375e7ca)
4355
- Apply clippy suggestions [94d47ce](https://github.com/openSUSE-Rust/obs-service-cargo/commit/94d47ced0e125cde8ce6a6a8bbba5a425c6151ef)
4456

4557
### Other

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.0"
7+
version = "6.0.1"
88
description = "OBS Source Service and utilities for Rust software packaging."
99
authors = [
1010
"Soc Virnyl Estela <socvirnyl.estela@uncomfyhalomacro.pl>",
@@ -15,7 +15,7 @@ license = "MPL-2.0"
1515

1616
[workspace.dependencies]
1717
rustsec = "0.30"
18-
libroast = { version = "7.1.2", features = ["obs"] }
18+
libroast = { version = "7.2.0", features = ["obs"] }
1919
clap = "4.4"
2020
glob = "0.3"
2121
tracing = { version = "0.1", features = [

0 commit comments

Comments
 (0)