Skip to content

Commit 3348632

Browse files
committed
Version bump to 0.1.1 [skip ci]
1 parent ac86d76 commit 3348632

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.1 (unreleased)
1+
## 0.1.1 (2022-02-08)
22

33
- Added autoloading
44
- Added binary decoder

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ And follow the instructions for your database library:
2525
Register the vector type with your connection
2626

2727
```ruby
28-
require "pgvector/pg"
29-
3028
registry = PG::BasicTypeRegistry.new.define_default_types
3129
Pgvector::PG.register_vector(registry)
3230
conn.type_map_for_results = PG::BasicTypeMapForResults.new(conn, registry: registry)

lib/pgvector/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pgvector
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)