Skip to content

Commit

Permalink
🆙 Bump up version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 19, 2020
1 parent dac3a23 commit 0687633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.2.0
- Update bundled Annoy version to 1.17.0.
- Support multithreaded index building.

## 0.1.0
- First release.
2 changes: 1 addition & 1 deletion lib/annoy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Annoy.rb is a Ruby wrapper for Annoy (Approximate Nearest Neighbors Oh Yeah).
module Annoy
# The version of Annoy.rb you are using.
VERSION = '0.1.0'.freeze
VERSION = '0.2.0'.freeze
end

0 comments on commit 0687633

Please sign in to comment.