Skip to content

Commit a749ffc

Browse files
chore: release (#226)
1 parent 0408c24 commit a749ffc

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repository = "https://github.com/phper-framework/phper"
3232
rust-version = "1.85"
3333

3434
[workspace.dependencies]
35-
phper = { version = "0.17.1", path = "./phper" }
35+
phper = { version = "0.17.2", path = "./phper" }
3636
phper-alloc = { version = "0.16.1", path = "./phper-alloc" }
3737
phper-build = { version = "0.15.4", path = "./phper-build" }
3838
phper-macros = { version = "0.15.2", path = "./phper-macros" }

phper-doc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.5](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.4...phper-doc-v0.15.5) - 2025-12-08
11+
12+
### Other
13+
14+
- updated the following local packages: phper
15+
1016
## [0.15.4](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.3...phper-doc-v0.15.4) - 2025-10-09
1117

1218
### Fixed

phper-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-doc"
1313
description = "The documentation of phper."
1414
keywords = ["php", "documentation"]
15-
version = "0.15.4"
15+
version = "0.15.5"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.2](https://github.com/phper-framework/phper/compare/phper-v0.17.1...phper-v0.17.2) - 2025-12-08
11+
12+
### Other
13+
14+
- Adds 8.5 ([#225](https://github.com/phper-framework/phper/pull/225))
15+
1016
## [0.17.1](https://github.com/phper-framework/phper/compare/phper-v0.17.0...phper-v0.17.1) - 2025-10-09
1117

1218
### Fixed

phper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "The framework that allows us to write PHP extensions using pure a
1414
documentation = "https://docs.rs/phper"
1515
readme = "README.md"
1616
keywords = ["php", "binding", "extension", "module"]
17-
version = "0.17.1"
17+
version = "0.17.2"
1818
authors = { workspace = true }
1919
edition = { workspace = true }
2020
rust-version = { workspace = true }

0 commit comments

Comments
 (0)