Skip to content

Commit 558f780

Browse files
chore(release): 0.9.0 [skip ci]
# [0.9.0](v0.8.0...v0.9.0) (2025-03-11) ### Bug Fixes * don't save consent when using --userWarning=false ([41cf69d](41cf69d)) ### Features * add CLI options for automated usage scenarios ([00419bc](00419bc))
1 parent 2c7104e commit 558f780

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.9.0](https://github.com/drivecore/mycoder/compare/v0.8.0...v0.9.0) (2025-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* don't save consent when using --userWarning=false ([41cf69d](https://github.com/drivecore/mycoder/commit/41cf69dee22acc31cd0f2aa9f80e36cd867fb20b))
7+
8+
9+
### Features
10+
11+
* add CLI options for automated usage scenarios ([00419bc](https://github.com/drivecore/mycoder/commit/00419bc3e060db6d0c18fc72e2d7b6957791c875))
12+
113
# [0.8.0](https://github.com/drivecore/mycoder/compare/v0.7.0...v0.8.0) (2025-03-11)
214

315
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-monorepo",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"type": "module",
55
"private": true,
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)