Skip to content

Commit

Permalink
Updated version and package.xml for 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 1, 2023
1 parent c4cc0b1 commit d923628
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@
</lead>

<!-- Current Release -->
<date>2022-12-14</date>
<time>09:50:00</time>
<date>2023-12-01</date>
<time>19:55:00</time>
<version>
<release>1.9.1</release>
<api>1.9.1</api>
<release>1.10.0</release>
<api>1.10.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Fix missing PHP 8.2 assets for Windows (#130)
- Add support for PHP 8.3 (#135)
- Fix CI build matrix (#137)
- Add help for installing the ext in a Dockerfile (#136)
</notes>
<!-- End Current Release -->

Expand Down Expand Up @@ -115,6 +117,22 @@
<zendextsrcrelease />

<changelog>
<release>
<date>2022-12-14</date>
<time>09:50:00</time>
<version>
<release>1.9.1</release>
<api>1.9.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Fix missing PHP 8.2 assets for Windows (#130)
</notes>
</release>
<release>
<date>2022-12-09</date>
<time>11:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion zend_scoutapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "scout_execute_ex.h"

#define PHP_SCOUTAPM_NAME "scoutapm"
#define PHP_SCOUTAPM_VERSION "1.9.1"
#define PHP_SCOUTAPM_VERSION "1.10.0"

/* Extreme amounts of debugging, set to 1 to enable it and `make clean && make` (tests will fail...) */
#define SCOUT_APM_EXT_DEBUGGING 0
Expand Down

0 comments on commit d923628

Please sign in to comment.