|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/kigster/puma-daemon/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.5.0...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- exit status 0 on puma start using monit [\#24](https://github.com/kigster/puma-daemon/issues/24) |
| 10 | + |
| 11 | +## [v0.5.0](https://github.com/kigster/puma-daemon/tree/v0.5.0) (2024-12-04) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.4.0...v0.5.0) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Puma v6.5.0 not started [\#29](https://github.com/kigster/puma-daemon/issues/29) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- Update PDF + fix shell based examples [\#32](https://github.com/kigster/puma-daemon/pull/32) ([kigster](https://github.com/kigster)) |
| 22 | +- Fix broken support for Puma 6.5.0 v0.5.0 [\#30](https://github.com/kigster/puma-daemon/pull/30) ([kigster](https://github.com/kigster)) |
| 23 | + |
| 24 | +## [v0.4.0](https://github.com/kigster/puma-daemon/tree/v0.4.0) (2024-06-30) |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.3.2...v0.4.0) |
| 27 | + |
| 28 | +**Closed issues:** |
| 29 | + |
| 30 | +- Update puma-daemon to wider use of Rubocop [\#27](https://github.com/kigster/puma-daemon/issues/27) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- Fixes \#27: upgrade gems, add more rubocop plugins [\#28](https://github.com/kigster/puma-daemon/pull/28) ([kigster](https://github.com/kigster)) |
| 35 | +- Update README.adoc [\#23](https://github.com/kigster/puma-daemon/pull/23) ([kigster](https://github.com/kigster)) |
| 36 | +- Hoping to fix specs [\#22](https://github.com/kigster/puma-daemon/pull/22) ([kigster](https://github.com/kigster)) |
| 37 | +- \[Snyk\] Security upgrade ubuntu from latest to kinetic [\#21](https://github.com/kigster/puma-daemon/pull/21) ([kigster](https://github.com/kigster)) |
| 38 | + |
| 39 | +## [v0.3.2](https://github.com/kigster/puma-daemon/tree/v0.3.2) (2023-06-22) |
| 40 | + |
| 41 | +[Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.3.1...v0.3.2) |
| 42 | + |
| 43 | +## [v0.3.1](https://github.com/kigster/puma-daemon/tree/v0.3.1) (2023-06-22) |
| 44 | + |
| 45 | +[Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.3.0...v0.3.1) |
| 46 | + |
| 47 | +**Fixed bugs:** |
| 48 | + |
| 49 | +- Double-logging [\#18](https://github.com/kigster/puma-daemon/issues/18) |
| 50 | + |
| 51 | +**Merged pull requests:** |
| 52 | + |
| 53 | +- Fix double-log from double-super invocation [\#19](https://github.com/kigster/puma-daemon/pull/19) ([jpr5](https://github.com/jpr5)) |
| 54 | + |
3 | 55 | ## [v0.3.0](https://github.com/kigster/puma-daemon/tree/v0.3.0) (2023-03-14)
|
4 | 56 |
|
5 | 57 | [Full Changelog](https://github.com/kigster/puma-daemon/compare/v0.2.3...v0.3.0)
|
|
0 commit comments