Skip to content

Commit

Permalink
Merge pull request #1511 from atsign-foundation/atc-0-3-1
Browse files Browse the repository at this point in the history
chore: uptake atsdk 0.3.1 in C sshnpd
  • Loading branch information
XavierChanth authored Nov 8, 2024
2 parents c064a2e + b86f43b commit 188d579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/c/cmake/atsdk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT atsdk_FOUND)
FetchContent_Declare(
atsdk
GIT_REPOSITORY https://github.com/atsign-foundation/at_c.git
GIT_TAG 0438b3c1752259605b96551806ec339fbaf17b53
GIT_TAG 42daadfd9f4b6b83e6d4b3ad328a691a91bcfe4c
)
FetchContent_MakeAvailable(atsdk)
install(TARGETS atclient atchops atlogger)
Expand Down
4 changes: 4 additions & 0 deletions packages/c/sshnpd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

- Update to atSDK v0.3.1 with type fixes

## 0.2.2

- Fix 32bit support for device_info
Expand Down

0 comments on commit 188d579

Please sign in to comment.