Bump version: 12.0.2 → 12.0.3

This commit is contained in:
github-actions[bot]
2025-11-24 19:36:44 +00:00
parent f01d24f68a
commit f910932317
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -8,6 +8,11 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 12.0.3 - 2025-11-24
- Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017))
- Use WeakMap for active handle tracking ([#1020](https://github.com/php-curl-class/php-curl-class/pull/1020))
## 12.0.2 - 2025-11-18
- Improve MultiCurl::waitUntilRequestQuotaAvailable ([#1016](https://github.com/php-curl-class/php-curl-class/pull/1016))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '12.0.2';
public const VERSION = '12.0.3';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;