Skip to content

Commit

Permalink
Prepare release 0.8.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jan 3, 2024
1 parent 4c64275 commit cfc931c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

## Version 0.8.0 (December 15, 2022)
## Version 0.8.1 (January 2, 2024)

### Bug Fixes

- Fix regressions caused by `bazel query` optimization in 0.8.0 (@daivinhtran)
- Add new and upcoming files names to the list of files marking the root of a repo / workspace (@hypdeb)

### Internal Improvements

- Migrate to eslint (@hypdeb)
- Upgrade typescript (@cameron-martin)

## Version 0.8.0 (December 15, 2023)

### New Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "Bazel",
"description": "Bazel BUILD integration",
"version": "0.8.0",
"version": "0.8.1",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit cfc931c

Please sign in to comment.