Commit 6e7b150 1 parent 07647db commit 6e7b150 Copy full SHA for 6e7b150
File tree 6 files changed +39
-3
lines changed
6 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.0] ( https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.2.1...rustic_backend-v0.3.0 ) - 2024-09-23
6
+
7
+ ### Added
8
+ - [ ** breaking** ] Use CommandInput for commands ([ #269 ] ( https://github.com/rustic-rs/rustic_core/pull/269 ) )
9
+
10
+ ### Other
11
+ - remove readme versions in usage section for easier release due to release PR ([ #271 ] ( https://github.com/rustic-rs/rustic_core/pull/271 ) )
12
+ - [ ** breaking** ] Use different Id types ([ #256 ] ( https://github.com/rustic-rs/rustic_core/pull/256 ) )
13
+ - * (deps)* Update opendal ([ #268 ] ( https://github.com/rustic-rs/rustic_core/pull/268 ) )
14
+
5
15
## [ 0.2.1] ( https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.2.0...rustic_backend-v0.2.1 ) - 2024-09-06
6
16
7
17
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustic_backend"
3
- version = " 0.2.1 "
3
+ version = " 0.3.0 "
4
4
authors = [" the rustic-rs team" ]
5
5
categories = [" data-structures" , " filesystem" ]
6
6
documentation = " https://docs.rs/rustic_backend"
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ unreleased]
6
6
7
+ ## [ 0.2.1] ( https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.0...rustic_config-v0.2.1 ) - 2024-09-23
8
+
9
+ ### Other
10
+ - remove readme versions in usage section for easier release due to release PR ([ #271 ] ( https://github.com/rustic-rs/rustic_core/pull/271 ) )
11
+
7
12
## [ 0.2.0] ( https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.1.0...rustic_config-v0.2.0 ) - 2024-08-18
8
13
9
14
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustic_config"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" the rustic-rs team" ]
5
5
categories = [" config" ]
6
6
documentation = " https://docs.rs/rustic_config"
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.4.0] ( https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.3.1...rustic_core-v0.4.0 ) - 2024-09-23
6
+
7
+ ### Added
8
+ - Add Repository::drop_index and ::drop_data_from_index ([ #166 ] ( https://github.com/rustic-rs/rustic_core/pull/166 ) )
9
+ - * (commands)* Add option stdin_command to be used in CLI and config file ([ #266 ] ( https://github.com/rustic-rs/rustic_core/pull/266 ) )
10
+ - [ ** breaking** ] Use CommandInput for commands ([ #269 ] ( https://github.com/rustic-rs/rustic_core/pull/269 ) )
11
+ - Add CommandInput ([ #252 ] ( https://github.com/rustic-rs/rustic_core/pull/252 ) )
12
+
13
+ ### Fixed
14
+ - de/serialize tags as DisplayFromStr ([ #270 ] ( https://github.com/rustic-rs/rustic_core/pull/270 ) )
15
+ - [ ** breaking** ] use plural names for options ([ #267 ] ( https://github.com/rustic-rs/rustic_core/pull/267 ) )
16
+ - fix clippy lint
17
+ - * (test)* shorten snapshot names for windows environment
18
+ - [ ** breaking** ] improve password-command error reporting ([ #265 ] ( https://github.com/rustic-rs/rustic_core/pull/265 ) )
19
+ - properly finish progress bar in Repository::get_snapshot_group ([ #263 ] ( https://github.com/rustic-rs/rustic_core/pull/263 ) )
20
+
21
+ ### Other
22
+ - remove readme versions in usage section for easier release due to release PR ([ #271 ] ( https://github.com/rustic-rs/rustic_core/pull/271 ) )
23
+ - [ ** breaking** ] Use different Id types ([ #256 ] ( https://github.com/rustic-rs/rustic_core/pull/256 ) )
24
+ - Use serde_with::skip_serializing_none instead of manual mapping ([ #251 ] ( https://github.com/rustic-rs/rustic_core/pull/251 ) )
25
+
5
26
## [ 0.3.1] ( https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.3.0...rustic_core-v0.3.1 ) - 2024-09-06
6
27
7
28
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustic_core"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
authors = [" the rustic-rs team" ]
5
5
categories = [" data-structures" , " encoding" , " filesystem" ]
6
6
documentation = " https://docs.rs/rustic_core"
You can’t perform that action at this time.
0 commit comments