Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Sep 18, 2023
1 parent b868d1d commit c3d69d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2023-09-19

- Display markdown table on hover instead of unordered list
- Move inline blame position when Copilot suggests text
- Fix hover position

## [0.3.0] - 2023-09-17

- Better formatting for uncommitted changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Git Line Blame",
"description": "Display inline information in the text editor about the latest commit that edited the currently selected line",
"publisher": "carlthome",
"version": "0.3.0",
"version": "0.4.0",
"icon": "icon.png",
"engines": {
"vscode": "^1.78.0"
Expand Down

0 comments on commit c3d69d4

Please sign in to comment.