Skip to content

Commit dbab3ca

Browse files
committed
Preps v10.1.1
1 parent 4d0e94b commit dbab3ca

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [10.1.1] - 2019-10-10
8+
9+
### Added
10+
11+
- Adds new options to sort tags by date, similar to branches via the `gitlens.sortTagsBy` setting
12+
- Adds the tag reference and date to tags in the _Repositories_ view
13+
14+
### Changed
15+
16+
- Bumps the required version of Git to be at least 2.7.2
817

918
### Fixed
1019

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "10.1.0",
5+
"version": "10.1.1",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)