Skip to content

Commit

Permalink
doc: add release notes for v0.7.0 and bump release version
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Szymczyk <[email protected]>
  • Loading branch information
masz-nordic committed Jul 12, 2023
1 parent fb73868 commit 9338f8a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
project = 'npmx-zephyr'
copyright = '2023, Nordic Semiconductor'
author = 'Nordic Semiconductor'
version = release = "0.6.0"
version = release = "0.7.0"

sys.path.insert(0, str(NPMX_ZEPHYR_BASE / "doc" / "_extensions"))

Expand Down
33 changes: 33 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ Release notes

See the release notes for the information about specific npmx-zephyr releases.

[0.7.0] - 12/07/2023
---------------------

Added
~~~~~

- Added the fuel gauge sample.
- Added support for nrfxlib.
- Added shell commands:
- `npmx buck status power get`
- `npmx buck mode`
- `npmx charger module ntc set`
- `npmx charger module ntc get`
- `npmx reset`

Changed
~~~~~~~

- Updated the npmx version to 0.7.0.
- Aligned samples and shell to the following changes:
- A new format for convert functions
- `npmx_adc_meas_get()` API
- A new backend handling method
- Removed all unused symbols.
- Added checking for a charger status when setting NTC with the `npmx adc ntc set` shell command.

Fixed
~~~~~

- Fixed documentation building by removing the path dependency.
- Fixed shell commands to prevent accepting invalid inputs.
- Minor fixes and improvements in documentation.

[0.6.0] - 22/06/2023
---------------------

Expand Down

0 comments on commit 9338f8a

Please sign in to comment.