Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doron-cohen committed Oct 16, 2020
1 parent af562eb commit 09c38cd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# [0.2.0](https://github.com/doron-cohen/antidot/compare/v0.1.0...v0.2.0) (2020-10-16)


### Features

* add alias action ([ff9684a](https://github.com/doron-cohen/antidot/commit/ff9684a489826d3dd4e6ea5bd1a1650a5b0f80d4))
* add export action ([bf30c9c](https://github.com/doron-cohen/antidot/commit/bf30c9c9051e422ca572e2d4bafabcdde36aed1c))
* add update rules file command ([43fee94](https://github.com/doron-cohen/antidot/commit/43fee94cb90da465d383d033abd86f6c80f7e3b0))
* init cmd for initializing antidot ([3e3f7b8](https://github.com/doron-cohen/antidot/commit/3e3f7b80a6de1e99c9db6468b23b72ce36795577))
* prompt before applying rules ([061d007](https://github.com/doron-cohen/antidot/commit/061d0070b74d5d64fcf988e346867cfccd7b4d4e))
* respect NO_COLOR env var ([6667acc](https://github.com/doron-cohen/antidot/commit/6667acc433e6d80850378fc78c07d740759e9d58))
* rules file path flag ([7f6d912](https://github.com/doron-cohen/antidot/commit/7f6d91205bddd632a30b519d92a4b9891858979f))



# [0.1.0](https://github.com/doron-cohen/antidot/compare/f57900bc3f377fff38dad83f6b728d9136a691c1...v0.1.0) (2020-10-01)


### Bug Fixes

* **config:** override old config ([29e938d](https://github.com/doron-cohen/antidot/commit/29e938dc8d04eada9431f44409097ea84c94e9e8))
* handle action errors ([da3e349](https://github.com/doron-cohen/antidot/commit/da3e349812f29d5b1273f811d3e434edf1a7cb7b))


### Features

* add color output ([a291c13](https://github.com/doron-cohen/antidot/commit/a291c1385e48541984c571f2b7920486af5a9e8b))
* add version flag ([ca14350](https://github.com/doron-cohen/antidot/commit/ca143506256e2eb564331f6473ccbf24fad28498))
* delete file action ([613c13b](https://github.com/doron-cohen/antidot/commit/613c13b66474ece5be0193531669dd89e2685664))
* detect all dotfiles in homedir ([f57900b](https://github.com/doron-cohen/antidot/commit/f57900bc3f377fff38dad83f6b728d9136a691c1))
* initial dotfile rules engine ([c78f13f](https://github.com/doron-cohen/antidot/commit/c78f13fc3110ebe3929353349809c997b41aaec2))
* load actions from rules file ([f69d443](https://github.com/doron-cohen/antidot/commit/f69d44325e9686af4bd0665152b3a44de03ec851))
* load rules from config file ([ddcfce7](https://github.com/doron-cohen/antidot/commit/ddcfce76f29be5c6643dfb7d75bc02932b952a74))
* rules printing and application ([269479a](https://github.com/doron-cohen/antidot/commit/269479a5eb419872e086b5d4fa35853f1e8f943d))



0 comments on commit 09c38cd

Please sign in to comment.