Skip to content

Commit f0ff6f3

Browse files
author
Harald Kirschner
committed
chore: release v2.1.0
1 parent d0e78ac commit f0ff6f3

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.1.0]
6+
7+
### Features
8+
9+
- **Enhanced .NET detection** — F# support, framework parsing, and expanded signals (#60)
10+
- **De-branded terminology**`--dry-run` flag, batch instructions command (#55)
11+
12+
### Bug Fixes
13+
14+
- Fix instruction generation error: `Dynamic require of "util" is not supported` (#52)
15+
- Fix Windows `.bat`/`.cmd` shim spawn failure in `copilotSdk.ts` (#53)
16+
17+
### Documentation
18+
19+
- Rewrite README as concise landing page, add 8 user-facing doc pages (getting-started, concepts, commands, configuration, policies, ci-integration, at-scale, extension) (#62)
20+
- Add cross-platform guidance for process spawning and ESM/CJS interop
21+
22+
### Dependencies
23+
24+
- Bump `simple-git` production dependency (#49)
25+
- Bump `github/gh-aw` from 0.50.5 to 0.57.2 (#51)
26+
- Bump `actions/download-artifact` from 6.0.0 to 8.0.0 (#48)
27+
- Bump dev dependencies (#50)
28+
- Bump `undici` in vscode-extension (#59)
29+
530
## [2.0.0]
631

732
### Complete Rewrite

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/agentrc",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Set up repositories for AI-assisted development",
55
"main": "dist/index.js",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentrc/core",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)