Skip to content

Commit d4729c9

Browse files
committed
release v1.0.0
See CHANGELOG for details Signed-off-by: Mike Szczys <[email protected]>
1 parent 138c66e commit d4729c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11-
## [Unreleased]
11+
## [1.0.0] 2023-08-15
12+
13+
### Breaking Changes
14+
15+
- This repo should now be added as a Zephyr module. For existing builds, this means:
16+
- Remove `add_subdirectory(src/network_info)` from CMakeLists.txt
17+
- In west.yml use a path like `modules/lib/network_info`
18+
- Include the library in your build: `CONFIG_NETWORK_INFO=y`
1219

1320
### Added
1421
- Changelog

0 commit comments

Comments
 (0)