Skip to content

Commit c36d107

Browse files
committed
Merge branch 'go-fallthrough'
2 parents 68b4d22 + 82b76e0 commit c36d107

File tree

10 files changed

+309
-138
lines changed

10 files changed

+309
-138
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.3] - 2024-09-07
10+
11+
- Learned Go's `fallthrough` keyword
12+
- Learned an option to draw flat-switches (where all cases are direct descendants of the switch head)
13+
- Added utilities for basic reachability testing
14+
915
## [0.0.2] - 2024-09-06
1016

1117
- Interactive demo website, use `bun demo` to run.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"//": "START EXTENSION ATTRIBUTES",
5252
"publisher": "tamir-bahar",
5353
"name": "function-graph-overview",
54-
"version": "0.0.2",
54+
"version": "0.0.3",
5555
"description": "Function Graph Overview",
5656
"displayName": "Function Graph Overview",
5757
"icon": "./media/icon.png",
@@ -91,4 +91,4 @@
9191
"engines": {
9292
"vscode": "^1.86.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)