Skip to content

Commit 4cca3a2

Browse files
chore: release
1 parent ba3e1d4 commit 4cca3a2

File tree

10 files changed

+106
-15
lines changed

10 files changed

+106
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.15.0"
28+
version = "0.15.1"
2929
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
3030
edition = "2024"
3131
license = "MulanPSL-2.0"
3232
repository = "https://github.com/phper-framework/phper"
3333
rust-version = "1.85"
3434

3535
[workspace.dependencies]
36-
phper = { version = "0.15.0", path = "./phper" }
37-
phper-alloc = { version = "0.15.0", path = "./phper-alloc" }
38-
phper-build = { version = "0.15.0", path = "./phper-build" }
39-
phper-macros = { version = "0.15.0", path = "./phper-macros" }
40-
phper-sys = { version = "0.15.0", path = "./phper-sys" }
41-
phper-test = { version = "0.15.0", path = "./phper-test" }
36+
phper = { version = "0.16.0", path = "./phper" }
37+
phper-alloc = { version = "0.15.1", path = "./phper-alloc" }
38+
phper-build = { version = "0.15.1", path = "./phper-build" }
39+
phper-macros = { version = "0.15.1", path = "./phper-macros" }
40+
phper-sys = { version = "0.15.1", path = "./phper-sys" }
41+
phper-test = { version = "0.15.1", path = "./phper-test" }

phper-alloc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

phper-build/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

phper-doc/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.0...phper-doc-v0.15.1) - 2025-04-03
11+
12+
### Other
13+
14+
- test and document co-dependent classes ([#194](https://github.com/phper-framework/phper/pull/194))
15+
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
16+
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
17+
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))

phper-macros/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

phper-sys/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.0...phper-sys-v0.15.1) - 2025-04-03
11+
12+
### Other
13+
14+
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))

phper-test/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.15.1](https://github.com/phper-framework/phper/compare/phper-test-v0.15.0...phper-test-v0.15.1) - 2025-04-03
11+
12+
### Other
13+
14+
- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))

phper/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.16.0](https://github.com/phper-framework/phper/compare/phper-v0.15.1...phper-v0.16.0) - 2025-04-03
11+
12+
### Added
13+
14+
- [**breaking**] rename `bind_*` to `bound_*` ([#192](https://github.com/phper-framework/phper/pull/192))
15+
16+
### Other
17+
18+
- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))
19+
- optimizing `extends` and `implements` ([#193](https://github.com/phper-framework/phper/pull/193))
20+
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
21+
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
22+
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))

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.15.1"
17+
version = "0.16.0"
1818
authors = { workspace = true }
1919
edition = { workspace = true }
2020
rust-version = { workspace = true }

0 commit comments

Comments
 (0)