Skip to content

Commit

Permalink
Bump up version to 0.7.0 (#14)
Browse files Browse the repository at this point in the history
* Bump up version to 0.7.0

* Update CHANGES.md
  • Loading branch information
mosuka authored Oct 12, 2020
1 parent be0eca5 commit 55beba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.7.0 (2020-10-12)
- Bump up version to 0.7.0 #14 @mosuka
- Upgrade dependencies #13 @mosuka

## 0.6.0 (2020-10-08)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lindera-tantivy"
version = "0.6.0"
version = "0.7.0"
authors = [
"Minoru Osuka <minoru.osuka@gmail.com>",
"@ken0x0a",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following products are required to build:
- Rust >= 1.46.0

```text
% cargo build
% cargo build --release
```

## Usage
Expand Down

0 comments on commit 55beba8

Please sign in to comment.