Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Jan 17, 2020
1 parent cc74f0e commit e49c71d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.6.1

* Added the ability to choose a syntax definition for the current buffer
* Updated `git2` dependency
* Disabled unused `git2` features, removing transitive openssl dependency
* Fixed an issue where tabs were ignored when removing trailing whitespace (thanks, BearOve!)
* Specified Rust 1.31.1 (2018 Edition) as the minimum required version

### 0.6.0

* Added more information to quick start guide (thanks, John M-W!)
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
@@ -1,7 +1,7 @@
[package]

name = "amp"
version = "0.6.0"
version = "0.6.1"
authors = ["Jordan MacDonald <jordan@wastedintelligence.com>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit e49c71d

Please sign in to comment.