We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f46d commit d59355cCopy full SHA for d59355c
CHANGELOG.md
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
8
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10
11
+## [template_v2.7.1] - 2025-05-12
12
+
13
+### Fixed
14
15
+- Remove whitespace from project name in west.yml to resolve error when
16
+ calling west init.
17
18
## [template_v2.7.0] - 2025-05-09
19
20
### Changed
VERSION
@@ -1,5 +1,5 @@
1
VERSION_MAJOR = 2
2
VERSION_MINOR = 7
3
-PATCHLEVEL = 0
+PATCHLEVEL = 1
4
VERSION_TWEAK = 0
5
EXTRAVERSION =
0 commit comments