Skip to content

Commit

Permalink
Update version and CHANGELOG.md (#79)
Browse files Browse the repository at this point in the history
* Update version to 0.11.0

* Update CHANGELOG.md
  • Loading branch information
KAHLYM authored Feb 20, 2024
1 parent 80ea259 commit 98f1fb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.11.0] - 2024-02-20

### Added

- Rudimentary extraction of compressed folders

### Changed

- Naming of commands to distinguish between inbuilt vscode functionality

### Fixed

- Comparison of folders which contain spaces in path


## [0.10.0] - 2024-02-02

### Changed
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": "folder-comparison",
"displayName": "Folder Comparison",
"description": "Compare two folders using Git",
"version": "0.10.0",
"version": "0.11.0",
"engines": {
"vscode": "^1.82.0"
},
Expand Down

0 comments on commit 98f1fb7

Please sign in to comment.