Skip to content

Commit 1598925

Browse files
chore: release (#200)
1 parent a73cb9d commit 1598925

File tree

16 files changed

+134
-20
lines changed

16 files changed

+134
-20
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ repository = "https://github.com/phper-framework/phper"
3232
rust-version = "1.85"
3333

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

phper-alloc/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-alloc-v0.15.0...phper-alloc-v0.15.1) - 2025-04-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))

phper-alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-alloc"
1313
description = "Alloc related items for phper crate."
1414
keywords = ["php", "alloc"]
15-
version = "0.15.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-build/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-build-v0.15.0...phper-build-v0.15.1) - 2025-04-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))

phper-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-build"
1313
description = "Generates stubs for project using phper."
1414
keywords = ["php", "binding"]
15-
version = "0.15.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-doc/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
15+
- allow static interface methods ([#198](https://github.com/phper-framework/phper/pull/198))
16+
- test and document co-dependent classes ([#194](https://github.com/phper-framework/phper/pull/194))
17+
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
18+
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
19+
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))

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.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-macros/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-macros-v0.15.0...phper-macros-v0.15.1) - 2025-04-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))

phper-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-macros"
1313
description = "The proc-macros for phper crate."
1414
keywords = ["php", "proc-macro"]
15-
version = "0.15.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-sys/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
15+
- [breaking] add argument and return value type-hints ([#187](https://github.com/phper-framework/phper/pull/187))

phper-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-sys"
1313
description = "Low level PHP binding for Rust."
1414
keywords = ["php", "binding"]
15-
version = "0.15.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-test/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-04
11+
12+
### Other
13+
14+
- Remove workspace.package.version ([#199](https://github.com/phper-framework/phper/pull/199))
15+
- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))

phper-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-test"
1313
description = "PHPer testing utilities."
1414
keywords = ["php", "binding"]
15-
version = "0.15.0"
15+
version = "0.15.1"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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-04
11+
12+
### Added
13+
14+
- [**breaking**] rename `bind_*` to `bound_*` ([#192](https://github.com/phper-framework/phper/pull/192))
15+
16+
### Other
17+
18+
- allow static interface methods ([#198](https://github.com/phper-framework/phper/pull/198))
19+
- update readme and remove dep once_cell ([#196](https://github.com/phper-framework/phper/pull/196))
20+
- optimizing `extends` and `implements` ([#193](https://github.com/phper-framework/phper/pull/193))
21+
- improve Interface::extends and ClassEntry::extends ([#190](https://github.com/phper-framework/phper/pull/190))
22+
- refactor ClassEntity.implements ([#189](https://github.com/phper-framework/phper/pull/189))
23+
- [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)