Skip to content

Commit

Permalink
Sync _data/releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amphp-bot committed Dec 27, 2023
1 parent d96c493 commit 5b97c1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "amphp\/file 3.0.2",
"package": "amphp\/file",
"tag_name": "v3.0.2",
"html_url": "https:\/\/github.com\/amphp\/file\/releases\/tag\/v3.0.2",
"date": "2023-12-27T22:56:38Z",
"body": "## What's Changed\r\n- Fixed detecting if a file is writing from the file mode when `r+` (or similar) is used as the mode. (#77)\r\n- Fixed assertion failing during shutdown destruction of `ParallelFilesystemDriver`. (#81)\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/file\/compare\/v3.0.1...v3.0.2",
"revolt": true
},
{
"name": "amphp\/parallel 2.2.5",
"package": "amphp\/parallel",
Expand Down Expand Up @@ -197,15 +206,6 @@
"body": "- Fixed error handling if the started process fails immediately.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/process\/compare\/v2.0.0...v2.0.1",
"revolt": true
},
{
"name": "amphp\/file 3.0.1",
"package": "amphp\/file",
"tag_name": "v3.0.1",
"html_url": "https:\/\/github.com\/amphp\/file\/releases\/tag\/v3.0.1",
"date": "2023-07-23T19:04:03Z",
"body": "## What's Changed\r\n\r\n* Fix `touch()` on non-existent files in ext-uv and ext-eio by @kelunik (#73)\r\n* Fix `write()` truncation with ext-uv and ext-eio by @danog in (#76)\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/file\/compare\/v3.0.0...v3.0.1",
"revolt": true
},
{
"name": "amphp\/windows-registry 1.0.0",
"package": "amphp\/windows-registry",
Expand Down

0 comments on commit 5b97c1e

Please sign in to comment.