Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 5, 2020
1 parent 7196f30 commit 1485e4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.6.2

* Rewrote the build script's command parsing to work with Rust 1.41
* See https://github.com/jmacdonald/amp/issues/173 for details

### 0.6.1

* Added the ability to choose a syntax definition for the current buffer
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.1"
version = "0.6.2"
authors = ["Jordan MacDonald <jordan@wastedintelligence.com>"]
description = "A complete text editor for your terminal."
homepage = "https://amp.rs"
Expand Down

0 comments on commit 1485e4b

Please sign in to comment.