Skip to content

Commit 73d333f

Browse files
committed
update: version
1 parent 415b716 commit 73d333f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to the "go-syntax" extension will be documented in this file.
44

5+
## [0.8.1]
6+
7+
- Supports the comparable type as `entity.name.type.comparable.go`
8+
- Fixes minor bugs related to generic types in double parentheses and structs
9+
510
## [0.8.0]
611

712
- Supports constant variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "go-syntax",
33
"displayName": "Go Syntax",
44
"description": "Rich Syntax Highlighting for Go language",
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"author": "Furkan Ozalp",
77
"publisher": "furkanozalp",
88
"license": "MIT",

0 commit comments

Comments
 (0)