Skip to content

Commit cfc931c

Browse files
authored
Prepare release 0.8.1 (#326)
1 parent 4c64275 commit cfc931c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
## Version 0.8.0 (December 15, 2022)
3+
## Version 0.8.1 (January 2, 2024)
4+
5+
### Bug Fixes
6+
7+
- Fix regressions caused by `bazel query` optimization in 0.8.0 (@daivinhtran)
8+
- Add new and upcoming files names to the list of files marking the root of a repo / workspace (@hypdeb)
9+
10+
### Internal Improvements
11+
12+
- Migrate to eslint (@hypdeb)
13+
- Upgrade typescript (@cameron-martin)
14+
15+
## Version 0.8.0 (December 15, 2023)
416

517
### New Features
618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bazel",
33
"displayName": "Bazel",
44
"description": "Bazel BUILD integration",
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)