Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passy1977 committed Jun 8, 2024
1 parent bb90f51 commit b8ba141
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2024-06-04
## [1.1.2] - 2024-06-04

### Fixed

- fix: a ctor who handle error_type enum
- fix: restore before commit and set unique_ptr only old_error
- fix: switch old error raw ptr to unique_ptr
- fix: add explicit to event ctor

Here we would have the update steps for 1.0.0 for people to follow.
## [1.1.1] - 2024-06-04

### Fixed

- fix: remove one inline in event::clear_from_isr
- fix: concurrence on log print

## [1.0.0] - 2024-02-28

## [1.1.0] - 2024-06-02

Here we would have the update steps for 1.0.0 for people to follow.

### Added
- add: instance replace in string
- add: error type
Expand Down
4 changes: 2 additions & 2 deletions config/osal-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
#define OS_CONFIG_H

#define OS_NAME "osal"
#define OS_VER "1.1.1"
#define OS_VER "1.1.2"
#define OS_VER_MAJOR (1)
#define OS_VER_MINOR (1)
#define OS_VER_PATCH (1)
#define OS_VER_PATCH (2)
#define OS_LOG_NEW_LINE "\n"
#define OS_MEM_LAYER ()

Expand Down

0 comments on commit b8ba141

Please sign in to comment.