Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 27, 2024
1 parent a34c06c commit 45e91f2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.9.0]

### Added

* Add new functional tests selection menu, with refresh buttons.

### Changed

* Optimize task generation by factorizing some loops.
* Update packages used by the extension.

## [0.8.0]

### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ This extension contributes the following settings:

## Release Notes

## [0.8.0]
## 0.9.0

* Add new functional tests selection menu, with refresh buttons.
* Optimize task generation by factorizing some loops.
* Update packages used by the extension.

## 0.8.0

* Add new setting to Open Terminal as `root` (enabled by default).
* Add item to run the `Guideline Enforcer`, with possibility to run a single check or all (by default)
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": "ledger-dev-tools",
"displayName": "Ledger Dev Tools",
"description": "Tools to accelerate development of apps for Ledger devices.",
"version": "0.8.0",
"version": "0.9.0",
"publisher": "LedgerHQ",
"license": "Apache",
"icon": "resources/ledger-square.png",
Expand Down

0 comments on commit 45e91f2

Please sign in to comment.