Skip to content

Commit 6d7bb8f

Browse files
chore(extension): release 0.2.0
1 parent df54684 commit 6d7bb8f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"vscode-extension": "0.1.0"
2+
"vscode-extension": "0.2.0"
33
}

vscode-extension/CHANGELOG.md

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

33
All notable changes to the Rung VS Code extension will be documented in this file.
44

5+
## [0.2.0](https://github.com/auswm85/rung/compare/rung-vscode-v0.1.0...rung-vscode-v0.2.0) (2026-03-29)
6+
7+
8+
### Features
9+
10+
* **extension:** ci and stability improvements ([28de3ce](https://github.com/auswm85/rung/commit/28de3ceac2e13939a18ab2215d05fbb6e4fd52b5))
11+
* vs code extention ([#16](https://github.com/auswm85/rung/issues/16)) ([0bb4af8](https://github.com/auswm85/rung/commit/0bb4af87c62fdc7413225f9a02c22bd1997eb43c))
12+
513
## [0.1.0] - 2026-01-23
614

715
### Added

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rung-vscode",
33
"displayName": "Rung - Stacked PRs",
44
"description": "Visualize and manage stacked PRs with rung",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "rung",
77
"license": "MIT",
88
"icon": "resources/rung-logo.png",

0 commit comments

Comments
 (0)