Skip to content

Commit

Permalink
chore(versionup): v1.1.0
Browse files Browse the repository at this point in the history
* added clog configuration and changelog
  • Loading branch information
Byron committed Jul 8, 2015
1 parent 25c0e39 commit a5557d5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[clog]
repository = "https://github.com/Byron/open-rs"
from-latest-tag = true

[sections]
Improvements = ["imp"]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "open"
version = "1.0.3"
version = "1.1.0"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT"
description = "Open a path or URL using the program configured on the system"
Expand Down
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<a name="25c0e398"></a>
## 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))



0 comments on commit a5557d5

Please sign in to comment.