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 Mar 16, 2024
1 parent f04f0d7 commit 4fe7a5b
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\/sync 2.2.0",
"package": "amphp\/sync",
"tag_name": "v2.2.0",
"html_url": "https:\/\/github.com\/amphp\/sync\/releases\/tag\/v2.2.0",
"date": "2024-03-16T15:47:09Z",
"body": "## What's Changed\r\n* Add PriorityQueue by @trowski in https:\/\/github.com\/amphp\/sync\/pull\/27\r\n\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/sync\/compare\/v2.1.0...v2.2.0",
"revolt": true
},
{
"name": "amphp\/mysql 3.0.0",
"package": "amphp\/mysql",
Expand Down Expand Up @@ -233,15 +242,6 @@
"body": "This release is compatible with `amphp\/http-server@^3`.\r\n\r\n- `DocumentRoot` now requires an instance of `HttpServer` and `ErrorHandler` to construct\r\n- Removed `DocumentRoot::onStart()` and `DocumentRoot::onStop()`, as it's now internally registered\r\n- Removed support for `ServerObserver`, as it's been removed from `amphp\/http-server`\r\n- Added `StaticResource` to serve a single static file",
"revolt": true
},
{
"name": "amphp\/sync 2.1.0",
"package": "amphp\/sync",
"tag_name": "v2.1.0",
"html_url": "https:\/\/github.com\/amphp\/sync\/releases\/tag\/v2.1.0",
"date": "2023-08-19T13:59:33Z",
"body": "## What's Changed\r\n* Added re-entry support to `synchronized()` by @kelunik in https:\/\/github.com\/amphp\/sync\/pull\/26\r\n* Fixed error handling in `SharedMemoryParcel`\r\n* Fixed a typo by @thgs in https:\/\/github.com\/amphp\/sync\/pull\/25\r\n\r\n## New Contributors\r\n* @thgs made their first contribution in https:\/\/github.com\/amphp\/sync\/pull\/25\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/sync\/compare\/v2.0.0...v2.1.0",
"revolt": true
},
{
"name": "amphp\/http-server-router 2.0.0",
"package": "amphp\/http-server-router",
Expand Down

0 comments on commit 4fe7a5b

Please sign in to comment.