Skip to content

Commit

Permalink
(cargo-release) version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed May 3, 2019
1 parent 8f0f69d commit 265aaa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/laysakura/trie-rs/compare/699e53d...HEAD
## [v0.1.0]
Initial release.

[Unreleased]: https://github.com/laysakura/trie-rs/compare/v0.1.0...HEAD
[v0.1.0]: https://github.com/laysakura/trie-rs/compare/699e53d...v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trie-rs"
version = "0.0.1"
version = "0.1.0"
authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
description = "Memory efficient trie (prefix tree) library based on LOUDS"
readme = "README.md"
Expand Down

0 comments on commit 265aaa8

Please sign in to comment.