Skip to content

Commit 061ca88

Browse files
authored
Merge pull request #9 from vasuadari/task/bump_version_to_0_1_3
Bump version to 0.1.3
2 parents 6eac363 + 8f0c98b commit 061ca88

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog for v0.1.x
2+
3+
## v0.1.3 (2019-03-12)
4+
5+
### Bug fixes
6+
7+
* Total count is not getting incremented incase of exception is raised
8+
* total_count reset to 0 when state is in half_open
9+
* reached_failure_threshold? returns only true once it is set to true

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
circuit_breaker-ruby (0.1.2)
4+
circuit_breaker-ruby (0.1.3)
55
rake (>= 10)
66
rspec (>= 3)
77

@@ -35,4 +35,4 @@ DEPENDENCIES
3535
timecop (~> 0.8.1)
3636

3737
BUNDLED WITH
38-
1.14.6
38+
1.16.1

lib/circuit_breaker-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CircuitBreaker
2-
VERSION = '0.1.2'
2+
VERSION = '0.1.3'
33
end

0 commit comments

Comments
 (0)