Skip to content

Commit

Permalink
Merge pull request #68 from IRNAS/release/v0.11.1
Browse files Browse the repository at this point in the history
Release v0.11.1
  • Loading branch information
MarkoSagadin authored Jun 5, 2023
2 parents 1b1b1d7 + ac0780e commit 82789ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.11.1] - 2023-06-05

### Fixed

- nrfutil toolchain manager binary now needs --ncs-version flag when
installing toolchains.

## [0.11.0] - 2023-06-05

### Changed
Expand Down Expand Up @@ -219,7 +226,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Docker scripts for building and running docker containers, for development
purposes.

[Unreleased]: https://github.com/IRNAS/irnas-east-software/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/IRNAS/irnas-east-software/compare/v0.11.1...HEAD

[0.11.1]: https://github.com/IRNAS/irnas-east-software/compare/v0.11.0...v0.11.1

[0.11.0]: https://github.com/IRNAS/irnas-east-software/compare/v0.10.1...v0.11.0

Expand Down
2 changes: 1 addition & 1 deletion src/east/workspace_commands/update_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def toolchain(east, force):
f" version [bold]{east.detected_ncs_version}[/], this will take some time...\n",
highlight=False,
)
east.run_manager(f"install {east.detected_ncs_version}")
east.run_manager(f"install --ncs-version {east.detected_ncs_version}")

east.print("\n[bold green]Done!")

Expand Down

0 comments on commit 82789ce

Please sign in to comment.