Skip to content

Commit

Permalink
MeTee: bump version to 2.2.1
Browse files Browse the repository at this point in the history
Set version to 2.2.1 and attach changelog record.

Signed-off-by: Tomas Winkler <[email protected]>
  • Loading branch information
Tomas Winkler committed May 3, 2020
1 parent b5af7a9 commit 562664c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.2.1]

### Added
- Enable gitlint, cmake-format, codespell checking
- Added .gitattributes

### Changed
- Reformat cmake files
- Update .gitignore
- convert CHANGELOG to Markdown format

### Fixed
- Add -D_GNU_SOURCE for strdup and other functions.
- Fix spelling errors in the library.
- Windows: enlarge debug output buffer.
- Windows: return right size of processed data.
- Windows: fix connect to the externally provided guid.
- Fix debug print.
- Fix miscellaneous code issues.


## [2.2.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit 562664c

Please sign in to comment.