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 138c66e commit d4729c9Copy full SHA for d4729c9
CHANGELOG.md
@@ -8,7 +8,14 @@ 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
-## [Unreleased]
+## [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`
19
20
### Added
21
- Changelog
0 commit comments