Skip to content

Commit b282530

Browse files
committed
chore: release preparation
1 parent d29b9d4 commit b282530

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

bin/llms-txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)