Skip to content

Commit 9a5277f

Browse files
committed
🖉 Update changelog with v1.0.0-beta
1 parent 212254c commit 9a5277f

1 file changed

Lines changed: 33 additions & 17 deletions

File tree

‎changelog.md‎

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,55 @@
11
# Changelog
22

3-
## [v1.0.0-alpha](https://github.com/devlooped/go/tree/v1.0.0-alpha) (2026-07-07)
3+
## [v1.0.0-beta](https://github.com/devlooped/go-sharp/tree/v1.0.0-beta) (2026-07-08)
44

5-
[Full Changelog](https://github.com/devlooped/go/compare/v0.9.1...v1.0.0-alpha)
5+
[Full Changelog](https://github.com/devlooped/go-sharp/compare/v1.0.0-alpha...v1.0.0-beta)
66

77
:sparkles: Implemented enhancements:
88

9-
- Support `go clean <remote-ref>` \(bundle + per-path publishes\) [\#20](https://github.com/devlooped/go/pull/20) (@kzu)
10-
- Ref-based remote download support [\#17](https://github.com/devlooped/go/pull/17) (@kzu)
9+
- Add skill install/remove commands for bundled go-sharp SKILL.md [\#29](https://github.com/devlooped/go-sharp/pull/29) (@kzu)
10+
- Add go\# agent skill \(SKILL.md\) [\#28](https://github.com/devlooped/go-sharp/pull/28) (@kzu)
11+
- Simplify args: app-only passthrough, always quiet MSBuild [\#27](https://github.com/devlooped/go-sharp/pull/27) (@kzu)
12+
- Default dotnet publish/run to quiet verbosity [\#26](https://github.com/devlooped/go-sharp/pull/26) (@kzu)
13+
- Run dotnet clean when cleaning remote refs and local apps [\#23](https://github.com/devlooped/go-sharp/pull/23) (@kzu)
1114

1215
:twisted_rightwards_arrows: Merged:
1316

14-
- feat: always ETag revalidate remote refs + consolidate entry/etag into bundle go.toml [\#19](https://github.com/devlooped/go/pull/19) (@kzu)
17+
- Strip dotnet/app args before CAF parsing [\#22](https://github.com/devlooped/go-sharp/pull/22) (@kzu)
1518

16-
## [v0.9.1](https://github.com/devlooped/go/tree/v0.9.1) (2026-07-07)
19+
## [v1.0.0-alpha](https://github.com/devlooped/go-sharp/tree/v1.0.0-alpha) (2026-07-07)
1720

18-
[Full Changelog](https://github.com/devlooped/go/compare/v0.9.0...v0.9.1)
21+
[Full Changelog](https://github.com/devlooped/go-sharp/compare/v0.9.1...v1.0.0-alpha)
1922

20-
## [v0.9.0](https://github.com/devlooped/go/tree/v0.9.0) (2026-07-07)
23+
:sparkles: Implemented enhancements:
24+
25+
- Support `go clean <remote-ref>` \(bundle + per-path publishes\) [\#20](https://github.com/devlooped/go-sharp/pull/20) (@kzu)
26+
- Ref-based remote download support [\#17](https://github.com/devlooped/go-sharp/pull/17) (@kzu)
27+
28+
:twisted_rightwards_arrows: Merged:
29+
30+
- feat: always ETag revalidate remote refs + consolidate entry/etag into bundle go.toml [\#19](https://github.com/devlooped/go-sharp/pull/19) (@kzu)
31+
32+
## [v0.9.1](https://github.com/devlooped/go-sharp/tree/v0.9.1) (2026-07-07)
33+
34+
[Full Changelog](https://github.com/devlooped/go-sharp/compare/v0.9.0...v0.9.1)
35+
36+
## [v0.9.0](https://github.com/devlooped/go-sharp/tree/v0.9.0) (2026-07-07)
2137

22-
[Full Changelog](https://github.com/devlooped/go/compare/ace053e6b074e06197461817b16bd6056d54fa6c...v0.9.0)
38+
[Full Changelog](https://github.com/devlooped/go-sharp/compare/ace053e6b074e06197461817b16bd6056d54fa6c...v0.9.0)
2339

2440
:sparkles: Implemented enhancements:
2541

26-
- Document cache cleaning and automatic cleanup [\#14](https://github.com/devlooped/go/pull/14) (@kzu)
27-
- Add 'clean --all' to wipe all cached apps [\#13](https://github.com/devlooped/go/pull/13) (@kzu)
28-
- Add 'clean' command and automatic cleanup of stale caches [\#10](https://github.com/devlooped/go/pull/10) (@kzu)
29-
- Add --r2r publish mode with unified stamp caching [\#8](https://github.com/devlooped/go/pull/8) (@kzu)
30-
- Implement `go` runner for .NET file-based apps with fast incremental rebuilds [\#5](https://github.com/devlooped/go/pull/5) (@kzu)
42+
- Document cache cleaning and automatic cleanup [\#14](https://github.com/devlooped/go-sharp/pull/14) (@kzu)
43+
- Add 'clean --all' to wipe all cached apps [\#13](https://github.com/devlooped/go-sharp/pull/13) (@kzu)
44+
- Add 'clean' command and automatic cleanup of stale caches [\#10](https://github.com/devlooped/go-sharp/pull/10) (@kzu)
45+
- Add --r2r publish mode with unified stamp caching [\#8](https://github.com/devlooped/go-sharp/pull/8) (@kzu)
46+
- Implement `go` runner for .NET file-based apps with fast incremental rebuilds [\#5](https://github.com/devlooped/go-sharp/pull/5) (@kzu)
3147

3248
:twisted_rightwards_arrows: Merged:
3349

34-
- Add end-to-end tests for stamp-based cache hits [\#12](https://github.com/devlooped/go/pull/12) (@kzu)
35-
- Advisor/001 harden cache cleanup [\#11](https://github.com/devlooped/go/pull/11) (@kzu)
36-
- bench: add performance samples and simplified report [\#7](https://github.com/devlooped/go/pull/7) (@kzu)
50+
- Add end-to-end tests for stamp-based cache hits [\#12](https://github.com/devlooped/go-sharp/pull/12) (@kzu)
51+
- Advisor/001 harden cache cleanup [\#11](https://github.com/devlooped/go-sharp/pull/11) (@kzu)
52+
- bench: add performance samples and simplified report [\#7](https://github.com/devlooped/go-sharp/pull/7) (@kzu)
3753

3854

3955

0 commit comments

Comments
 (0)