From a5557d5c096983cf70f59b1807cb6fbe2b6dab5e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 8 Jul 2015 17:44:41 +0200 Subject: [PATCH] chore(versionup): v1.1.0 * added clog configuration and changelog --- .clog.toml | 6 ++++++ Cargo.toml | 2 +- changelog.md | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .clog.toml create mode 100644 changelog.md diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 0000000..637316d --- /dev/null +++ b/.clog.toml @@ -0,0 +1,6 @@ +[clog] +repository = "https://github.com/Byron/open-rs" +from-latest-tag = true + +[sections] +Improvements = ["imp"] diff --git a/Cargo.toml b/Cargo.toml index a47121e..bcb880c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "1.0.3" +version = "1.1.0" authors = ["Sebastian Thiel "] license = "MIT" description = "Open a path or URL using the program configured on the system" diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..0207535 --- /dev/null +++ b/changelog.md @@ -0,0 +1,19 @@ + +## 25c0e398 (2015-07-08) + + +#### Features + +* **open** added 'open' program ([a4c3a352](https://github.com/Byron/open-rs/commit/a4c3a352c8f912211d5ab48daaf41cb847ebcc0c)) + +#### Bug Fixes + +* **cargo** description added ([0fcafb56](https://github.com/Byron/open-rs/commit/0fcafb56cdb5d154b3e983d17c93a1dd7c665426)) +* **open** + * use result ([25c0e398](https://github.com/Byron/open-rs/commit/25c0e398856c24a2daf0444640567ed3fd2f4307)) + * don't use 'open' on linux ([30c96b1c](https://github.com/Byron/open-rs/commit/30c96b1cb95c1e03bede218b8fb03bbd9ada9317)) + * linux uses open before anything else ([4696d1a5](https://github.com/Byron/open-rs/commit/4696d1a5ec80691e97bb1be4261d4f79ee0ade4d)) +* **rustup** (07560d233 2015-04-20) (built 2015-04-19) ([8b4e1558](https://github.com/Byron/open-rs/commit/8b4e1558f09937c555ab381ea6399a2c0758c23d)) + + +