Skip to content

Commit

Permalink
v1.0.0 (#110)
Browse files Browse the repository at this point in the history
* v1.0.0

* Update url
  • Loading branch information
schneems authored Jul 22, 2024
1 parent 761d832 commit db7b26f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Puma Worker Killer

[![CI](https://github.com/schneems/puma_worker_killer/actions/workflows/ci.yml/badge.svg)](https://github.com/schneems/puma_worker_killer/actions/workflows/ci.yml)
[![Help Contribute to Open Source](https://www.codetriage.com/schneems/puma_worker_killer/badges/users.svg)](https://www.codetriage.com/schneems/puma_worker_killer)
[![Help Contribute to Open Source](https://www.codetriage.com/zombocom/puma_worker_killer/badges/users.svg)](https://www.codetriage.com/zombocom/puma_worker_killer)

## !!!!!!!!!!!!!!!! STOP !!!!!!!!!!!!!!!!

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 db7b26f

Please sign in to comment.