Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Nov 14, 2020
1 parent 645e105 commit 414b4a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 6.0.2
* Optimize speed using &str over String where applicable

## 6.0.1
* Added flags to README
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,6 +1,6 @@
[package]
name = "stava"
version = "0.6.1"
version = "0.6.2"
description = "CLI spell checker"
authors = ["Simon Egersand <[email protected]>"]
categories = ["command-line-interface", "command-line-utilities"]
Expand Down

0 comments on commit 414b4a5

Please sign in to comment.