Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [template_v2.7.1] - 2025-05-12

### Fixed

- Remove whitespace from project name in west.yml to resolve error when
calling west init.

## [template_v2.7.0] - 2025-05-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 2
VERSION_MINOR = 7
PATCHLEVEL = 0
PATCHLEVEL = 1
VERSION_TWEAK = 0
EXTRAVERSION =
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ manifest:
revision: v1.2.0
url: https://github.com/golioth/zephyr-network-info

- name: Golioth Battery Monitor
- name: golioth-battery-monitor
path: deps/modules/lib/battery-monitor
revision: v1.0.0
url: https://github.com/golioth/battery-monitor
Expand Down