Skip to content

Commit

Permalink
update changelog and api version
Browse files Browse the repository at this point in the history
  • Loading branch information
npoltorapavlo committed Aug 30, 2022
1 parent 21438a1 commit d8aa981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions DeviceInfo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3]
### Fixed
- Split interfaces
- Query implementations via IShell::Root
- Revisit source of data: prefer files over RFC, prefer MFR over RFC

## [1.0.2]
### Fixed
- Missing std:: before vector, min, and numeric_limits
Expand Down
2 changes: 1 addition & 1 deletion DeviceInfo/DeviceInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 0
#define API_VERSION_NUMBER_PATCH 2
#define API_VERSION_NUMBER_PATCH 3

namespace WPEFramework {
namespace {
Expand Down

0 comments on commit d8aa981

Please sign in to comment.