Skip to content

Commit 378ab7e

Browse files
committed
chore: release preparation
1 parent ebac32d commit 378ab7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
## [Unreleased]
99

10+
## [v1.5.1] - 2025-07-02
11+
1012
### Fixed
1113
- Guard `info` CLI command against non-existing files.
1214

@@ -59,7 +61,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5961

6062
- Initial release.
6163

62-
[Unreleased]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.5.0...HEAD
64+
[Unreleased]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.5.1...HEAD
65+
[v1.5.1]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.5.0...v1.5.1
6366
[v1.5.0]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.4.0...v1.5.0
6467
[v1.4.0]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.3.1...v1.4.0
6568
[v1.3.1]: https://github.com/raphaelstolt/llms-txt-php/compare/v1.3.0...v1.3.1

bin/llms-txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (false === $autoloaded) {
2727
exit(1);
2828
}
2929

30-
\define('VERSION', '1.5.0');
30+
\define('VERSION', '1.5.1');
3131

3232
$llmsTxt = new LlmsTxt();
3333

0 commit comments

Comments
 (0)