Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Jan 22, 2024
1 parent 9845a74 commit 392c8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.4.0] - 2024-01-22

- Use Bucket#connditional_fillup inside Throttle and throttle only when the capacity _would_ be exceeded, as opposed
to throttling when capacity has already been exceeded. This allows for finer-grained throttles such as
"at most once in", where filling "exactly to capacity" is a requirement. It also provides for more accurate
Expand Down
2 changes: 1 addition & 1 deletion lib/pecorino/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pecorino
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 392c8f1

Please sign in to comment.