Skip to content

Commit f910932

Browse files
Bump version: 12.0.2 → 12.0.3
1 parent f01d24f commit f910932

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ backwards-incompatible changes that will affect existing usage.
88

99
<!-- CHANGELOG_PLACEHOLDER -->
1010

11+
## 12.0.3 - 2025-11-24
12+
13+
- Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017))
14+
- Use WeakMap for active handle tracking ([#1020](https://github.com/php-curl-class/php-curl-class/pull/1020))
15+
1116
## 12.0.2 - 2025-11-18
1217

1318
- Improve MultiCurl::waitUntilRequestQuotaAvailable ([#1016](https://github.com/php-curl-class/php-curl-class/pull/1016))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Curl extends BaseCurl
88
{
9-
public const VERSION = '12.0.2';
9+
public const VERSION = '12.0.3';
1010
public const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)