Skip to content

Commit ba88b75

Browse files
committed
bumps to 0.2.1
Signed-off-by: Kendo Camajalan, kcd <[email protected]>
1 parent 40073c8 commit ba88b75

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [Unreleased]
2-
1+
## [0.2.1] - 2021-07-17
2+
- copies http response body to a temp file first if byte size is greater than 16K before parsing it from the persisted temp file
33
## [0.1.0] - 2021-07-05
44

55
- 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-
twelvedata_ruby (0.2.0)
4+
twelvedata_ruby (0.2.1)
55
httpx (~> 0.14.5)
66

77
GEM

lib/twelvedata_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module TwelvedataRuby
1313
# Holds the current version
1414
# @return [String] version number
15-
VERSION = "0.2.0"
15+
VERSION = "0.2.1"
1616

1717
# A convenient and clearer way of getting and overriding default attribute values of the singleton `Client.instance`
1818
#

spec/twelvedata_ruby_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

33
describe TwelvedataRuby do
4-
it "has 0.2.0 version number" do
5-
expect(described_class::VERSION).to eq("0.2.0")
4+
it "has 0.2.1 version number" do
5+
expect(described_class::VERSION).to eq("0.2.1")
66
end
77

88
describe ".client" do

0 commit comments

Comments
 (0)