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 a166f87 commit 6d48ed2Copy full SHA for 6d48ed2
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.20.0 | \>= v0.12.0 |
37
| \>= v0.19.0 | \>= v0.11.0 |
38
| \>= v0.18.0 | \>= v0.10.0 |
39
| \>= v0.17.0 | \>= v0.9.0 |
lib/typesense/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Typesense
4
- VERSION = '0.11.1'
+ VERSION = '0.12.0'
5
end
0 commit comments