Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9ab8fa

Browse files
committed
chore: release 0.11.1
1 parent e60db84 commit b9ab8fa

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

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

8+
## [0.11.1] - 2026-05-12
9+
10+
### Changed
11+
12+
- Printer state management simplified with duplicate code eliminated (`php-printer`).
13+
14+
### Fixed
15+
16+
- CI validation script no longer prepends `<?php` header when validating pretty-printed output — header already included by `pretty_print()` (`php-parser`).
17+
- PHPDoc parser package name corrected in CI and release workflows (`phpdoc-parser`).
18+
19+
---
20+
821
## [0.11.0] - 2026-05-11
922

1023
### Added

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ members = [
1818
]
1919

2020
[workspace.package]
21-
version = "0.11.0"
21+
version = "0.11.1"
2222
edition = "2021"
2323
license = "BSD-3-Clause"
2424
authors = ["jorgsowa"]
2525
repository = "https://github.com/jorgsowa/rust-php-parser"
2626
homepage = "https://github.com/jorgsowa/rust-php-parser"
2727

2828
[workspace.dependencies]
29-
php-ast = { path = "crates/php-ast", version = "0.11.0" }
30-
php-lexer = { path = "crates/php-lexer", version = "0.11.0" }
31-
php-rs-parser = { path = "crates/php-parser", version = "0.11.0" }
32-
phpdoc-parser = { path = "crates/phpdoc-parser", version = "0.11.0" }
33-
php-printer = { path = "crates/php-printer", version = "0.11.0" }
29+
php-ast = { path = "crates/php-ast", version = "0.11.1" }
30+
php-lexer = { path = "crates/php-lexer", version = "0.11.1" }
31+
php-rs-parser = { path = "crates/php-parser", version = "0.11.1" }
32+
phpdoc-parser = { path = "crates/phpdoc-parser", version = "0.11.1" }
33+
php-printer = { path = "crates/php-printer", version = "0.11.1" }
3434
miette = { version = "7", features = ["fancy"] }
3535
thiserror = "2"
3636
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)