We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac86d76 commit 3348632Copy full SHA for 3348632
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.1.1 (unreleased)
+## 0.1.1 (2022-02-08)
2
3
- Added autoloading
4
- Added binary decoder
README.md
@@ -25,8 +25,6 @@ And follow the instructions for your database library:
25
Register the vector type with your connection
26
27
```ruby
28
-require "pgvector/pg"
29
-
30
registry = PG::BasicTypeRegistry.new.define_default_types
31
Pgvector::PG.register_vector(registry)
32
conn.type_map_for_results = PG::BasicTypeMapForResults.new(conn, registry: registry)
lib/pgvector/version.rb
@@ -1,3 +1,3 @@
module Pgvector
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments