File tree Expand file tree Collapse file tree 5 files changed +228
-121
lines changed
Expand file tree Collapse file tree 5 files changed +228
-121
lines changed Original file line number Diff line number Diff line change @@ -5,42 +5,42 @@ updates:
55 schedule :
66 interval : weekly
77 day : monday
8- time : " 05:00"
9- timezone : " UTC"
8+ time : ' 05:00'
9+ timezone : ' UTC'
1010 open-pull-requests-limit : 5
1111 rebase-strategy : auto
1212 labels :
1313 - dependencies
1414 commit-message :
15- prefix : " chore(deps)"
16- include : " scope"
15+ prefix : ' chore(deps)'
16+ include : ' scope'
1717 ignore :
1818 # Avoid surprise breaking changes pre-launch; handle majors intentionally.
19- - dependency-name : " * "
20- update-types : [" version-update:semver-major" ]
19+ - dependency-name : ' * '
20+ update-types : [' version-update:semver-major' ]
2121 groups :
2222 npm-dependencies :
2323 patterns :
24- - " * "
24+ - ' * '
2525 update-types :
26- - " patch"
27- - " minor"
26+ - ' patch'
27+ - ' minor'
2828
2929 - package-ecosystem : github-actions
3030 directory : /
3131 schedule :
3232 interval : weekly
3333 day : monday
34- time : " 05:00"
35- timezone : " UTC"
34+ time : ' 05:00'
35+ timezone : ' UTC'
3636 open-pull-requests-limit : 5
3737 rebase-strategy : auto
3838 labels :
3939 - dependencies
4040 commit-message :
41- prefix : " chore(ci)"
42- include : " scope"
41+ prefix : ' chore(ci)'
42+ include : ' scope'
4343 groups :
4444 github-actions :
4545 patterns :
46- - " * "
46+ - ' * '
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.9.2] - 2026-01-16
9+
10+ ### Added
11+
12+ - Richer readme examples
13+
814## [ 0.9.1] - 2026-01-12
915
1016### Added
@@ -19,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925
2026Initial release
2127
28+ [ 0.9.2 ] : https://github.com/promptg/cli/compare/v0.9.1...v0.9.2
2229[ 0.9.1 ] : https://github.com/promptg/cli/compare/v0.9.0...v0.9.1
2330[ 0.9.0 ] : https://github.com/promptg/cli/releases/tag/v0.9.0
You can’t perform that action at this time.
0 commit comments