Skip to content

Commit

Permalink
Revert "chore(master): release 0.4.0 (#14)"
Browse files Browse the repository at this point in the history
This reverts commit 10883ba.
  • Loading branch information
uncoder committed Oct 8, 2024
1 parent 10883ba commit c8630ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
## [Unreleased]

## [0.4.0](https://github.com/sequra/factiva-api-client/compare/v0.3.0...v0.4.0) (2024-10-07)


### Features

* raise Factiva::TimeoutError for CircuitBreaker ([#13](https://github.com/sequra/factiva-api-client/issues/13)) ([f88bec2](https://github.com/sequra/factiva-api-client/commit/f88bec29f01085340d29e5748c9782e23c19b3a8))

## [0.1.0] - 2022-01-21

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
factiva-api-client (0.4.0)
factiva-api-client (0.3.0)
dry-monads (~> 1.4)
http (~> 5.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/factiva/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Factiva
VERSION = "0.4.0"
VERSION = "0.3.0"
end

0 comments on commit c8630ec

Please sign in to comment.