Skip to content

Commit

Permalink
(release) 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 21, 2020
1 parent df13afe commit 651b90b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
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 = "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"
Expand Down

0 comments on commit 651b90b

Please sign in to comment.