Skip to content

Commit 152c256

Browse files
aawsomegithub-actions
andauthored
prepare release 0.8.1 (#1231)
Co-authored-by: github-actions <[email protected]>
1 parent 740cb46 commit 152c256

File tree

7 files changed

+2188
-498
lines changed

7 files changed

+2188
-498
lines changed

CHANGELOG.md

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

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

5+
## [0.8.1] - 2024-09-08
6+
7+
### Bug Fixes
8+
9+
- Allow to compile without tui feature
10+
([#1208](https://github.com/rustic-rs/rustic/issues/1208))
11+
- Use cargo --locked in CI pipeline
12+
([#1207](https://github.com/rustic-rs/rustic/issues/1207))
13+
- Return exitcode ([#1220](https://github.com/rustic-rs/rustic/issues/1220))
14+
- "Incorrect Password" error is now only shown if password is really incorrect.
15+
([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.1))
16+
- Group by now works as expected
17+
([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.1))
18+
- A bug in `keep-tags` and `filter-tags` has been fixed.
19+
([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.1))
20+
- Building OpenBSD platform target is now possible again
21+
([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.1))
22+
23+
### Documentation
24+
25+
- Update config profile readme
26+
([#1221](https://github.com/rustic-rs/rustic/issues/1221))
27+
28+
### Features
29+
30+
- Add autocompletion hints
31+
([#1225](https://github.com/rustic-rs/rustic/issues/1225))
32+
- Allow to modify filters
33+
([#1210](https://github.com/rustic-rs/rustic/issues/1210))
34+
- Allow to view text files
35+
([#1216](https://github.com/rustic-rs/rustic/issues/1216))
36+
37+
### Generated
38+
39+
- Updated Completions fixtures
40+
41+
### Miscellaneous Tasks
42+
43+
- Bump quinn-proto from 0.11.6 to 0.11.8
44+
([#1223](https://github.com/rustic-rs/rustic/issues/1223))
45+
- Dependency updates ([#1227](https://github.com/rustic-rs/rustic/issues/1227))
46+
547
## [0.8.0] - 2024-08-21
648

749
### Bug Fixes

0 commit comments

Comments
 (0)