Skip to content

Commit 38d8b56

Browse files
bump version to 0.2.0
1 parent 5fcba6e commit 38d8b56

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
## [0.1.0] - 2024-11-26
44

55
- Initial release
6+
7+
## [0.2.0] - 2024-11-27
8+
9+
- Added text and chat prompts

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-
llm_eval_ruby (0.1.0)
4+
llm_eval_ruby (0.2.0)
55
httparty (~> 0.22.0)
66

77
GEM

lib/llm_eval_ruby/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 LlmEvalRuby
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

spec/llm_eval_ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
RSpec.describe LlmEvalRuby do
44
it "has a version number" do
5-
expect(LlmEvalRuby::VERSION).to be("0.1.0")
5+
expect(LlmEvalRuby::VERSION).to be("0.2.0")
66
end
77
end

0 commit comments

Comments
 (0)