Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 22, 2024
1 parent 761d832 commit 6782034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Main

## 1.0.0

- Add `bigdecimal` as a dependency (https://github.com/zombocom/puma_worker_killer/pull/109)
- Ruby versions prior to 3.1 may no longer work (https://github.com/zombocom/puma_worker_killer/pull/109)
- Migrate CI from Travis CI to GitHub Actions (#101)
- Update actions/checkout to v4 (#107)

## 0.3.1

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

module PumaWorkerKiller
VERSION = "0.3.1"
VERSION = '1.0.0'
end

0 comments on commit 6782034

Please sign in to comment.