Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #200

Merged
merged 2 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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" }
14 changes: 14 additions & 0 deletions phper-alloc/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-alloc-v0.15.0...phper-alloc-v0.15.1) - 2025-04-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
2 changes: 1 addition & 1 deletion phper-alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-alloc"
description = "Alloc related items for phper crate."
keywords = ["php", "alloc"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
14 changes: 14 additions & 0 deletions phper-build/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-build-v0.15.0...phper-build-v0.15.1) - 2025-04-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
2 changes: 1 addition & 1 deletion phper-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-build"
description = "Generates stubs for project using phper."
keywords = ["php", "binding"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
19 changes: 19 additions & 0 deletions phper-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
- allow static interface methods ([#198](https://github.com/phper-framework/phper/pull/198))
- 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))
2 changes: 1 addition & 1 deletion phper-doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-doc"
description = "The documentation of phper."
keywords = ["php", "documentation"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
14 changes: 14 additions & 0 deletions phper-macros/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-macros-v0.15.0...phper-macros-v0.15.1) - 2025-04-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
2 changes: 1 addition & 1 deletion phper-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-macros"
description = "The proc-macros for phper crate."
keywords = ["php", "proc-macro"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions phper-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))
2 changes: 1 addition & 1 deletion phper-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-sys"
description = "Low level PHP binding for Rust."
keywords = ["php", "binding"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions phper-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-04

### Other

- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))
2 changes: 1 addition & 1 deletion phper-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "phper-test"
description = "PHPer testing utilities."
keywords = ["php", "binding"]
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
23 changes: 23 additions & 0 deletions phper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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-04

### Added

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

### Other

- allow static interface methods ([#198](https://github.com/phper-framework/phper/pull/198))
- 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
Loading