Skip to content

Commit 91307e6

Browse files
committed
chore: add v0.2.0 changelog entry
Aggregate changes since v0.1.1: security hardening for path traversal and memory allocation, GoReleaser/Changie release pipeline, and dependency bumps across Go and web packages.
1 parent 20be10c commit 91307e6

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88

99
_Nothing yet._
1010

11+
## [v0.2.0](https://github.com/skyoo2003/devcloud/releases/tag/v0.2.0) - 2026-04-21
12+
13+
### Added
14+
* Add GoReleaser + Changie release pipeline ([#26](https://github.com/skyoo2003/devcloud/issues/26))
15+
16+
### Changed
17+
* Bump dependencies: golangci-lint-action, go-sqlite3, GitHub Actions (setup-python, stale, checkout, release-drafter), web packages (lucide-react, shadcn, react, typescript, base-ui) ([#27](https://github.com/skyoo2003/devcloud/issues/27))
18+
19+
### Fixed
20+
* Fix slice memory allocation with excessive size value (code scanning alerts #19-#22) ([#6](https://github.com/skyoo2003/devcloud/issues/6))
21+
* Remove reference to non-existent devcloud.yaml in Dockerfile ([#25](https://github.com/skyoo2003/devcloud/issues/25))
22+
23+
### Security
24+
* Fix uncontrolled data used in path expression (code scanning alerts #1-#15) ([#23](https://github.com/skyoo2003/devcloud/issues/23))
25+
1126
## [0.1.0] - 2026-04-18
1227

1328
First public release of DevCloud — a local development companion for cloud-native apps. Positioned as an on-ramp to the cloud, not a replacement: iterate locally without cloud bills, then land cleanly on your target CSP.
@@ -54,5 +69,6 @@ First public release of DevCloud — a local development companion for cloud-nat
5469
- Lambda function invocation is a stub (accepts registration but does not execute handler code).
5570
- Windows is not in the CI matrix; WSL2 is expected to work.
5671

57-
[Unreleased]: https://github.com/skyoo2003/devcloud/compare/v0.1.0...HEAD
72+
[Unreleased]: https://github.com/skyoo2003/devcloud/compare/v0.2.0...HEAD
73+
[v0.2.0]: https://github.com/skyoo2003/devcloud/releases/tag/v0.2.0
5874
[0.1.0]: https://github.com/skyoo2003/devcloud/releases/tag/v0.1.0

changes/v0.2.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [v0.2.0](https://github.com/skyoo2003/devcloud/releases/tag/v0.2.0) - 2026-04-21
2+
### Added
3+
* Add GoReleaser + Changie release pipeline ([#26](https://github.com/skyoo2003/devcloud/issues/26))
4+
### Changed
5+
* Bump dependencies: golangci-lint-action, go-sqlite3, GitHub Actions (setup-python, stale, checkout, release-drafter), web packages (lucide-react, shadcn, react, typescript, base-ui) ([#27](https://github.com/skyoo2003/devcloud/issues/27))
6+
### Fixed
7+
* Fix slice memory allocation with excessive size value (code scanning alerts #19-#22) ([#6](https://github.com/skyoo2003/devcloud/issues/6))
8+
* Remove reference to non-existent devcloud.yaml in Dockerfile ([#25](https://github.com/skyoo2003/devcloud/issues/25))
9+
### Security
10+
* Fix uncontrolled data used in path expression (code scanning alerts #1-#15) ([#23](https://github.com/skyoo2003/devcloud/issues/23))

0 commit comments

Comments
 (0)