Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 8, 2024
1 parent 623efcd commit e3116a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

# 0.13.0

- Fix compatibility with `--enable-frozen-string-literal` in preparation for Ruby 3.4.
- Extend timed out workers deadline after sending signals to avoid flooding.
- Fix compilation with Ruby 2.7 and older on macOS.

# 0.12.0

- Disable IO tracking on Rubies older than 3.2.3 to avoid running into https://bugs.ruby-lang.org/issues/19531.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pitchfork (0.12.0)
pitchfork (0.13.0)
rack (>= 2.0)
raindrops (~> 0.7)

Expand All @@ -12,7 +12,7 @@ GEM
nio4r (2.7.0)
puma (6.4.2)
nio4r (~> 2.0)
rack (3.0.9.1)
rack (3.0.10)
raindrops (0.20.1)
rake (13.0.6)
rake-compiler (1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/pitchfork/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Pitchfork
VERSION = "0.12.0"
VERSION = "0.13.0"
module Const
UNICORN_VERSION = '6.1.0'
end
Expand Down

0 comments on commit e3116a6

Please # to comment.