Skip to content

Commit

Permalink
Bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rimio committed Aug 26, 2023
1 parent c1ad6c2 commit dde524d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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] - 2023-08-26
### Fixed
- Fixed compilation error on MacOS
- Fixed string pointer for non trivial string sizes

## [1.0.2] - 2022-05-04
### Fixed
- Fixed compilation warnings
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project (ecbor LANGUAGES C CXX)
# Version
set (VERSION_MAJOR 1)
set (VERSION_MINOR 0)
set (VERSION_PATCH 2)
set (VERSION_PATCH 3)

# Options
option (BUILD_DESCRIBE_TOOL "build ecbor-describe" ON)
Expand Down

0 comments on commit dde524d

Please sign in to comment.