Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd747288

Browse files
chore: release (#216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent763d8eb commitd747288

File tree

16 files changed

+86
-20
lines changed

16 files changed

+86
-20
lines changed

‎Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing 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.16.1",path ="./phper" }
36-
phper-alloc = {version ="0.15.2",path ="./phper-alloc" }
37-
phper-build = {version ="0.15.2",path ="./phper-build" }
38-
phper-macros = {version ="0.15.1",path ="./phper-macros" }
39-
phper-sys = {version ="0.15.2",path ="./phper-sys" }
40-
phper-test = {version ="0.15.1",path ="./phper-test" }
35+
phper = {version ="0.17.0",path ="./phper" }
36+
phper-alloc = {version ="0.16.0",path ="./phper-alloc" }
37+
phper-build = {version ="0.15.3",path ="./phper-build" }
38+
phper-macros = {version ="0.15.2",path ="./phper-macros" }
39+
phper-sys = {version ="0.15.3",path ="./phper-sys" }
40+
phper-test = {version ="0.16.0",path ="./phper-test" }

‎phper-alloc/CHANGELOG.md

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

88
##[Unreleased]
99

10+
##[0.16.0](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.2...phper-alloc-v0.16.0) - 2025-07-03
11+
12+
###Added
13+
14+
- Add HTML logo URL to documentation for improved branding ([#210](https://github.com/phper-framework/phper/pull/210))
15+
16+
###Other
17+
18+
- Migration of ZString, ZArray, ZObject to EBox ([#208](https://github.com/phper-framework/phper/pull/208))
19+
1020
##[0.15.2](https://github.com/phper-framework/phper/compare/phper-alloc-v0.15.1...phper-alloc-v0.15.2) - 2025-05-01
1121

1222
###Other

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

‎phper-build/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.3](https://github.com/phper-framework/phper/compare/phper-build-v0.15.2...phper-build-v0.15.3) - 2025-07-03
11+
12+
###Added
13+
14+
- Add HTML logo URL to documentation for improved branding ([#210](https://github.com/phper-framework/phper/pull/210))
15+
1016
##[0.15.2](https://github.com/phper-framework/phper/compare/phper-build-v0.15.1...phper-build-v0.15.2) - 2025-05-01
1117

1218
###Added

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

‎phper-doc/CHANGELOG.md

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

88
##[Unreleased]
99

10+
##[0.15.3](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.2...phper-doc-v0.15.3) - 2025-07-03
11+
12+
###Added
13+
14+
- Add HTML logo URL to documentation for improved branding ([#210](https://github.com/phper-framework/phper/pull/210))
15+
16+
###Other
17+
18+
- Migration of ZString, ZArray, ZObject to EBox ([#208](https://github.com/phper-framework/phper/pull/208))
19+
1020
##[0.15.2](https://github.com/phper-framework/phper/compare/phper-doc-v0.15.1...phper-doc-v0.15.2) - 2025-05-01
1121

1222
###Added

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

‎phper-macros/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.2](https://github.com/phper-framework/phper/compare/phper-macros-v0.15.1...phper-macros-v0.15.2) - 2025-07-03
11+
12+
###Added
13+
14+
- Add HTML logo URL to documentation for improved branding ([#210](https://github.com/phper-framework/phper/pull/210))
15+
1016
##[0.15.1](https://github.com/phper-framework/phper/compare/phper-macros-v0.15.0...phper-macros-v0.15.1) - 2025-04-04
1117

1218
###Other

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp