Skip to content

Commit

Permalink
Cut version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Aug 6, 2024
1 parent 3a954ed commit c756730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 5.1.0 / 2024-01-06

* [#196](https://github.com/enkessler/childprocess/pull/196): Remove `ostruct` dependency to fix deprecation warning on Ruby 3.4
* [#199](https://github.com/enkessler/childprocess/pull/199): Add `logger` dependency to fix deprecation warning on Ruby 3.4

### Version 5.0.0 / 2024-01-06

* [#175](https://github.com/enkessler/childprocess/pull/175): Replace all backends by `Process.spawn` for portability, reliability and simplicity.
Expand Down
2 changes: 1 addition & 1 deletion lib/childprocess/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChildProcess
VERSION = '5.0.0'
VERSION = '5.1.0'
end

0 comments on commit c756730

Please sign in to comment.