Skip to content

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Feb 11, 2018
1 parent 96b5a76 commit db361e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@ Possible log types:
- `[security]` to invite users to upgrade in case of vulnerabilities.


### v1.0.0 (2018-02-11)

- [added] Include bash completions (#34)
- [changed] Update all dependencies
- [changed] Require at least Rust 1.19 to build (previous: 1.9)
- [changed] Improved unit/integration testing

### v0.4.0 (2016-11-25)

- [added] Support for new page format
- [changed] Updated all dependencies
- [changed] Update all dependencies

### v0.3.0 (2016-08-01)

- [changed] Updated curl dependency
- [changed] Update curl dependency

### v0.2.0 (2016-04-16)

Expand Down
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
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
name = "tealdeer"
readme = "README.md"
repository = "https://github.com/dbrgn/tealdeer/"
version = "0.4.0"
version = "1.0.0"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "/bash_tealdeer"]

[[bin]]
Expand Down

0 comments on commit db361e6

Please sign in to comment.