From 0b80f3ba7b38083a3727c7751ce6247474db6f13 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 10 Feb 2020 15:56:03 -0500 Subject: [PATCH] Preps v10.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bd41c..9d32a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [10.2.1] - 2020-02-10 + +### Fixed + +- Fixes [#932](https://github.com/eamodio/vscode-gitlens/issues/932) - Absolute path used in compare on git version 2.25.0.windows.1 +- Fixes an issue with showing changes of staged files in _File History_ view, _Open Changes with Previous Revision_ command, etc. +- Fixes certain error handling because of change in a VS Code error message +- Fixes file history issues w/ copied/deleted files + ## [10.2.0] - 2019-11-18 ### Added diff --git a/package.json b/package.json index 5f328b3..2b1382c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", - "version": "10.2.0", + "version": "10.2.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"