Skip to content

Commit

Permalink
sync-dotfiles: Release 0.1.8
Browse files Browse the repository at this point in the history
Changes from 0.1.7:
sync-dotfiles: README: Add doc for custom sync-dotfiles config file
f683bfc sync-dotfiles: Adjust some common crates import
683542d sync-dotfiles: Add test for parse_dotconfig
8dcfb7c sync-dotfiles: Fix default impl for Config type
8fb2838 sync-dotfiles: utils: Handle FixPath for empty strings
e83f38e sync-dotfiles-rs: Update README to reflect new argument parsing
2b7d032 sync-dotfiles-rs: Adjust short flags of arguments
496cee7 sync-dotfiles-rs: Fix issues with custom config path
8ca9a74 sync-dotfiles-rs: examples: Update sync-dotfiles configuration file
f0504cb sync-dotfiles-rs: utils: Return if the source path does not exists
80ef11c sync-dotfiles: Refactor argument parsing
ef964e6 sync-dotfiles-rs: Add support to fixup the config file
e3cb2be sync-dotfiles-rs: Convert config `path` to String type
dbb9fbe sync-dotfiles-rs: Remove unwanted logger in `pull_config`
7aa1d1a sync-dotfiles-rs: Import helper functions into utils
574ab1f sync-dotfiles-rs: Update Cargo dependencies
1db7ac2 sync-dotfiles-rs: Fix `push_config` when conf_type is `None`
2edbb9b fixup: 4e5e5b6: sync-dotfiles-rs: Extract fixpath helpers into seperate module
39aa28d sync-dotfiles-rs: Refactor README
4e5e5b6 sync-dotfiles-rs: Extract fixpath helpers into seperate module
b3ee328 sync-dotfiles: Avoid using `to_string_lossy()` for Merkle hash
257e4bb sync-dotfiles: Use eq instead of equality for hash check
640462f sync-dotfiles: Add documentation for Config structure
b4088dc sync-dotfiles: Cleanup previous configs before force copying new configs
5dfd1b1 sync-dotfiles: Use `into_os_string` for PathBuf to String conversion
191e7ed sync-dotfiles: Remove dotfiles config directory before copying
d3f9dc3 sync-dotfiles: Add `is_file` and `is_dir` helpers for ConfType

Change-Id: I265e96d8bf59e2a9f10ff6cb34780193c6a15373
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed Aug 28, 2023
1 parent 2294b86 commit 015d4c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 79 deletions.
90 changes: 13 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sync-dotfiles-rs"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Utsav Balar <utsavbalar1231@gmail.com>"]
description = "Easily sync dotfiles from a source directory to a destination directory as per your configuration"
Expand All @@ -17,7 +17,7 @@ version = "1.0"
features = ["derive"]

[dependencies.clap]
version = "4.3"
version = "4.4"
features = ["derive"]

[dependencies.merkle_hash]
Expand Down

0 comments on commit 015d4c0

Please sign in to comment.