Skip to content

Commit

Permalink
Bump up to v0.5.0 (#133)
Browse files Browse the repository at this point in the history
* add gitignore

* up to

* rm
  • Loading branch information
kampersanda authored Feb 22, 2023
1 parent da586e0 commit a295d9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,3 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

resources_ipadic-mecab-2_7_0/
resources_ipadic-mecab-neologd-20200910/
resources_unidic-mecab-2_1_2/
resources_unidic-cwj-3_1_1/

dev-resources_ipadic-mecab-2_7_0/
dev-resources_unidic-mecab-2_1_2/
dev-resources_unidic-cwj-3_1_1/

mecab-ipadic-2.7.0-20070801/
mecab-ipadic-2.7.0-20070801.tar.gz

kftt-data-1.0.tar.gz
user.csv
1 change: 1 addition & 0 deletions examples/wasm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
2 changes: 1 addition & 1 deletion vibrato/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vibrato"
# NOTE(kampersanda): Developers should check compatibility with MODEL_MAGIC in dictionary.rs.
version = "0.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.63"
authors = [
Expand Down

0 comments on commit a295d9d

Please sign in to comment.