Skip to content

Commit 3a85227

Browse files
chore: release v7.1.1
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
1 parent 86be698 commit 3a85227

File tree

3 files changed

+36
-16
lines changed

3 files changed

+36
-16
lines changed

CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [7.1.1] - 2025-09-21
6+
7+
### Bug Fixes
8+
9+
- Forgot to reset the default options when doing precise or recursive updates [b78ab77](https://github.com/openSUSE-Rust/obs-service-cargo/commit/b78ab777f475d4ac3f8c43415563927bf7234232)
10+
11+
### Miscellaneous Tasks
12+
13+
- Update Cargo.lock [c957a8e](https://github.com/openSUSE-Rust/obs-service-cargo/commit/c957a8ea9a71a5b945ef1716dc70b862a72c0db0)
14+
- Ignore workspace vscode config [08db61e](https://github.com/openSUSE-Rust/obs-service-cargo/commit/08db61e0caf8b195fc4ac96d22bccb13a2fd579a)
15+
16+
### Other
17+
18+
- Apply clippy fixes [86be698](https://github.com/openSUSE-Rust/obs-service-cargo/commit/86be698b58f17845416eb00e5dd1c204650739d1)
19+
20+
### Refactor
21+
22+
- Add toml_manifest in lib.rs [60cfc39](https://github.com/openSUSE-Rust/obs-service-cargo/commit/60cfc39671d396dc1335409e41ec8985c8d6fc12)
23+
- Use toml_manifest module now [3ab188c](https://github.com/openSUSE-Rust/obs-service-cargo/commit/3ab188c7604e319f52358a4acd0fb6b64dedd68b)
24+
- Put the toml reader logic to toml_manifest.rs [b5e3e21](https://github.com/openSUSE-Rust/obs-service-cargo/commit/b5e3e21803ae6be388c7afc3e911fa81b45468c5)
25+
526
## [7.1.0] - 2025-08-01
627

728
### Bug Fixes
@@ -20,6 +41,7 @@ All notable changes to this project will be documented in this file.
2041

2142
### Miscellaneous Tasks
2243

44+
- V7.1.0 [97249e1](https://github.com/openSUSE-Rust/obs-service-cargo/commit/97249e1d48946c542add6767a9ad6bc3f77feaec)
2345
- Update dependencies [785a5d6](https://github.com/openSUSE-Rust/obs-service-cargo/commit/785a5d6bf86e8c8c6b0cfb9828fd78ce764c2eb5)
2446

2547
## [7.0.1] - 2025-06-25
@@ -759,16 +781,14 @@ All notable changes to this project will be documented in this file.
759781

760782
- Support uncompressed tarballs or with `.tar` extension [5733edc](https://github.com/openSUSE-Rust/obs-service-cargo/commit/5733edcf50b494441d8d854a490e0f154934b4f5)
761783

762-
### Other
763-
764-
- Get libroast dep from crates.io [043c050](https://github.com/openSUSE-Rust/obs-service-cargo/commit/043c05053c5db9e5cb697c4aabd80d0f319ec7a7)
765-
766-
## [2.0.0] - 2024-10-12
767-
768784
### Miscellaneous Tasks
769785

770786
- V2.0.0 [d775b7c](https://github.com/openSUSE-Rust/obs-service-cargo/commit/d775b7c006f537f704187928d7a53d8418f11e7f)
771787

788+
### Other
789+
790+
- Get libroast dep from crates.io [043c050](https://github.com/openSUSE-Rust/obs-service-cargo/commit/043c05053c5db9e5cb697c4aabd80d0f319ec7a7)
791+
772792
### Refactor
773793

774794
- Successful move to use libroast [8c2cda4](https://github.com/openSUSE-Rust/obs-service-cargo/commit/8c2cda44209556177285ad4de567aa0f7d0bc0d9)

Cargo.lock

Lines changed: 9 additions & 9 deletions
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 = "7.1.0"
7+
version = "7.1.1"
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)