Skip to content

Commit 6724fb6

Browse files
author
ityaozm@gmail.com
committedNov 10, 2024·
chore(release): 1.15.3
1 parent 1fbbf94 commit 6724fb6

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed
 

‎CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="1.15.3"></a>
12+
## [1.15.3] - 2024-11-10
13+
### Bug Fixes
14+
- **CommitCommand:** Replace null with empty string in message
15+
- **command:** Sort commit message keys consistently
16+
17+
### Build
18+
- **deps:** update laminas-servicemanager to 3.7.0
19+
20+
### Code Refactoring
21+
- **CommitCommand:** Replace table output method
22+
23+
### Tests
24+
- **CommitCommandTest:** Disable message generation tests
25+
26+
### Pull Requests
27+
- Merge pull request [#212](https://github.com/guanguans/ai-commit/issues/212) from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.5
28+
- Merge pull request [#211](https://github.com/guanguans/ai-commit/issues/211) from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.4
29+
- Merge pull request [#210](https://github.com/guanguans/ai-commit/issues/210) from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
30+
- Merge pull request [#209](https://github.com/guanguans/ai-commit/issues/209) from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
31+
- Merge pull request [#208](https://github.com/guanguans/ai-commit/issues/208) from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.3
32+
33+
1134
<a name="1.15.2"></a>
1235
## [1.15.2] - 2024-11-05
1336
### Code Refactoring
@@ -994,7 +1017,8 @@ All notable changes to this project will be documented in this file.
9941017
- add config manager
9951018

9961019

997-
[Unreleased]: https://github.com/guanguans/ai-commit/compare/1.15.2...HEAD
1020+
[Unreleased]: https://github.com/guanguans/ai-commit/compare/1.15.3...HEAD
1021+
[1.15.3]: https://github.com/guanguans/ai-commit/compare/1.15.2...1.15.3
9981022
[1.15.2]: https://github.com/guanguans/ai-commit/compare/1.15.1...1.15.2
9991023
[1.15.1]: https://github.com/guanguans/ai-commit/compare/1.15.0...1.15.1
10001024
[1.15.0]: https://github.com/guanguans/ai-commit/compare/1.14.5...1.15.0

0 commit comments

Comments
 (0)
Please sign in to comment.