|
1 | 1 | # Changelog |
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | :sparkles: Implemented enhancements: |
8 | 8 |
|
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) |
11 | 14 |
|
12 | 15 | :twisted_rightwards_arrows: Merged: |
13 | 16 |
|
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) |
15 | 18 |
|
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) |
17 | 20 |
|
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) |
19 | 22 |
|
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) |
21 | 37 |
|
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) |
23 | 39 |
|
24 | 40 | :sparkles: Implemented enhancements: |
25 | 41 |
|
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) |
31 | 47 |
|
32 | 48 | :twisted_rightwards_arrows: Merged: |
33 | 49 |
|
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) |
37 | 53 |
|
38 | 54 |
|
39 | 55 |
|
|
0 commit comments