Skip to content

Commit

Permalink
Merge branch 'go-fallthrough'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Sep 7, 2024
2 parents 68b4d22 + 82b76e0 commit c36d107
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 138 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.0.3] - 2024-09-07

- Learned Go's `fallthrough` keyword
- Learned an option to draw flat-switches (where all cases are direct descendants of the switch head)
- Added utilities for basic reachability testing

## [0.0.2] - 2024-09-06

- Interactive demo website, use `bun demo` to run.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"//": "START EXTENSION ATTRIBUTES",
"publisher": "tamir-bahar",
"name": "function-graph-overview",
"version": "0.0.2",
"version": "0.0.3",
"description": "Function Graph Overview",
"displayName": "Function Graph Overview",
"icon": "./media/icon.png",
Expand Down Expand Up @@ -91,4 +91,4 @@
"engines": {
"vscode": "^1.86.0"
}
}
}
Loading

0 comments on commit c36d107

Please sign in to comment.