Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timopruesse committed Jun 7, 2022
1 parent 6931916 commit 345fa99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "machine_setup"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Timo Prüße <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,31 +224,25 @@ updatable_multiline_command:
### 0.4.0

- ~~symlink command: add option to force symlink (delete existing files)~~
- Add other binaries and installation options
- Relative paths should be relative to the config file
- ~~remove hardcoded Yaml types~~
- ~~add JSON support~~

### 0.5.0

- Add autocomplete (also for tasks) -> `clap_complete`
- Improve the terminal output
- hide most of it behind a `--verbose` flag

### 0.6.0

- Add option to run `copy` and `symlink` as root user (needed to move/link some system files)

### 0.7.0
### 0.6.0

- conditional tasks
- add the ability to run tasks for specific OSs, e.g. `os: ['linux', 'osx']`
- add the ability to add requirements for a task, e.g. only run if a certain file doesn't exist

### 1.0.0

~~Theoretically, other config formats can be used. However, a lot of the types are still hardcoded to Yaml...~~

- ~~remove hardcoded Yaml types~~
- ~~add JSON support~~
### 1.0.0 1
- Add other binaries and installation options
- Relative paths should be relative to the config file
- Add autocomplete (also for tasks) -> `clap_complete`
- Improve the terminal output
- hide most of it behind a `--verbose` flag

### 1.1.0

Expand Down

0 comments on commit 345fa99

Please sign in to comment.