From 651b90bcffbebe6138085383d1b942b5c4847ddf Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 21 Jun 2020 19:20:05 +0000 Subject: [PATCH] (release) 0.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a5689e0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.1.0](https://github.com/mweirauch/dropignore/tree/0.1.0) (2020-06-21) + +[Full Changelog](https://github.com/mweirauch/dropignore/compare/d0797188bda010bad0124fc63086c0be47244db1...0.1.0) + +TDB + +**Merged pull requests:** + +- Handle recreation of matching entries within debounce phase [\#13](https://github.com/mweirauch/dropignore/pull/13) ([mweirauch](https://github.com/mweirauch)) +- Add issue templates [\#12](https://github.com/mweirauch/dropignore/pull/12) ([mweirauch](https://github.com/mweirauch)) +- chore: disable some default features from used crates [\#11](https://github.com/mweirauch/dropignore/pull/11) ([mweirauch](https://github.com/mweirauch)) +- Switch to yml-suffix for configuration file [\#10](https://github.com/mweirauch/dropignore/pull/10) ([mweirauch](https://github.com/mweirauch)) +- Release automation [\#9](https://github.com/mweirauch/dropignore/pull/9) ([mweirauch](https://github.com/mweirauch)) +- chore: run clippy on all platforms [\#7](https://github.com/mweirauch/dropignore/pull/7) ([mweirauch](https://github.com/mweirauch)) +- Windows support [\#6](https://github.com/mweirauch/dropignore/pull/6) ([mweirauch](https://github.com/mweirauch)) +- add logging and verbosity flag [\#5](https://github.com/mweirauch/dropignore/pull/5) ([mweirauch](https://github.com/mweirauch)) +- watch subcommand [\#4](https://github.com/mweirauch/dropignore/pull/4) ([mweirauch](https://github.com/mweirauch)) +- chore: osx-build [\#3](https://github.com/mweirauch/dropignore/pull/3) ([mweirauch](https://github.com/mweirauch)) +- dropbox: coverage [\#2](https://github.com/mweirauch/dropignore/pull/2) ([mweirauch](https://github.com/mweirauch)) +- Set up GitHub Actions [\#1](https://github.com/mweirauch/dropignore/pull/1) ([mweirauch](https://github.com/mweirauch)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Cargo.lock b/Cargo.lock index 63682e8..15436fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "dropignore" -version = "0.1.0-alpha.0" +version = "0.1.0" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index a6ba4f1..1c5637a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropignore" -version = "0.1.0-alpha.0" +version = "0.1.0" description = "A tool to conveniently ignore files and folders from Dropbox sync." license = "Apache-2.0 OR MIT" edition = "2018"