File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77
88## [ Unreleased]
99
10+
11+ ## [ v1.3.0] - 2025-06-30
12+
13+ ### Added
14+ - The ` validate ` CLI command can also take a URL as an argument. Closes issue [ 4] ( https://github.com/raphaelstolt/llms-txt-php/issues/4 ) .
15+
1016## [ v1.2.2] - 2025-06-30
1117
1218### Improved
@@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3642
3743- Initial release.
3844
39- [ Unreleased ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.2.2...HEAD
45+ [ Unreleased ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.3.0...HEAD
46+ [ v1.3.0 ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.2.2...v1.3.0
4047[ v1.2.2 ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.2.1...v1.2.2
4148[ v1.2.1 ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.2.0...v1.2.1
4249[ v1.2.0 ] : https://github.com/raphaelstolt/llms-txt-php/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (false === $autoloaded) {
2525 exit (1 );
2626}
2727
28- \define ('VERSION ' , '1.2.2 ' );
28+ \define ('VERSION ' , '1.3.0 ' );
2929
3030$ validateCommand = new ValidateCommand (new LlmsTxt ());
3131
You can’t perform that action at this time.
0 commit comments