Skip to content

Commit 7cd3fe4

Browse files
update changelog (#11)
1 parent 1051ebe commit 7cd3fe4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

3-
## [0.1.0] - 2023-10-22
3+
## [0.1.3] - 2023-11-01
4+
- Pgvector vectorsearch generator
5+
6+
## [0.1.2] - 2023-10-27
7+
- Pinecone vectorsearch generator
48

9+
## [0.1.1] - 2023-10-23
10+
11+
## [0.1.0] - 2023-10-22
512
- Initial release

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
langchainrb_rails (0.1.2)
4+
langchainrb_rails (0.1.3)
55
langchainrb (~> 0.7.0)
66

77
GEM

lib/langchainrb_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LangchainrbRails
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)