Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ members = [
]

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

[workspace.dependencies]
phper = { version = "0.15.0", path = "./phper" }
phper-alloc = { version = "0.15.0", path = "./phper-alloc" }
phper-build = { version = "0.15.0", path = "./phper-build" }
phper-macros = { version = "0.15.0", path = "./phper-macros" }
phper-sys = { version = "0.15.0", path = "./phper-sys" }
phper-test = { version = "0.15.0", path = "./phper-test" }
phper = { version = "0.16.0", path = "./phper" }
phper-alloc = { version = "0.15.1", path = "./phper-alloc" }
phper-build = { version = "0.15.1", path = "./phper-build" }
phper-macros = { version = "0.15.1", path = "./phper-macros" }
phper-sys = { version = "0.15.1", path = "./phper-sys" }
phper-test = { version = "0.15.1", path = "./phper-test" }
8 changes: 8 additions & 0 deletions phper-alloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
8 changes: 8 additions & 0 deletions phper-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
17 changes: 17 additions & 0 deletions phper-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.0...phper-doc-v0.15.1) - 2025-04-03

### Other

- test and document co-dependent classes ([#194](https://github.com/phper-framework/phper/pull/194))
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))
8 changes: 8 additions & 0 deletions phper-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
14 changes: 14 additions & 0 deletions phper-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-sys-v0.15.0...phper-sys-v0.15.1) - 2025-04-03

### Other

- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))
14 changes: 14 additions & 0 deletions phper-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.1](https://github.com/phper-framework/phper/compare/phper-test-v0.15.0...phper-test-v0.15.1) - 2025-04-03

### Other

- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))
22 changes: 22 additions & 0 deletions phper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.16.0](https://github.com/phper-framework/phper/compare/phper-v0.15.1...phper-v0.16.0) - 2025-04-03

### Added

- [**breaking**] rename `bind_*` to `bound_*` ([#192](https://github.com/phper-framework/phper/pull/192))

### Other

- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))
- optimizing `extends` and `implements` ([#193](https://github.com/phper-framework/phper/pull/193))
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))
2 changes: 1 addition & 1 deletion phper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "The framework that allows us to write PHP extensions using pure a
documentation = "https://docs.rs/phper"
readme = "README.md"
keywords = ["php", "binding", "extension", "module"]
version = "0.15.1"
version = "0.16.0"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down