-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump version.h and changelog to 0.2.2
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.2.2 | ||
|
||
- Fix 32bit support for device_info | ||
|
||
## 0.2.1 | ||
|
||
- Bump at_c to v0.3.0 to have more explicit int types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#ifndef SSHNPD_VERSION_H | ||
#define SSHNPD_VERSION_H | ||
#define SSHNPD_VERSION "0.2.1" | ||
#define SSHNPD_VERSION "0.2.2" | ||
#endif |