We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e829c commit 5b58461Copy full SHA for 5b58461
2 files changed
README.md
@@ -33,6 +33,7 @@ Tests are also a good place to know how the the library works internally: [spec]
33
34
| Typesense Server | typesense-ruby |
35
|------------------|----------------|
36
+| \>= v0.18.0 | \>= v0.10.0 |
37
| \>= v0.17.0 | \>= v0.9.0 |
38
| \>= v0.16.0 | \>= v0.8.0 |
39
| \>= v0.15.0 | \>= v0.7.0 |
lib/typesense/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Typesense
4
- VERSION = '0.9.0'
+ VERSION = '0.10.0'
5
end
0 commit comments