File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments