Skip to content

Commit

Permalink
Merge pull request #30 from gregmedd/releases/up-cpp/bugfix-1.0.1-rel…
Browse files Browse the repository at this point in the history
…ease

Adding up-cpp 1.0.1 bugfix release
  • Loading branch information
gregmedd authored Aug 16, 2024
2 parents 4508a9d + 6a2058f commit 17ee855
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
conan create --version 1.0.0-rc0 --build=missing up-cpp/release
conan create --version 1.0.0 --build=missing up-cpp/release
conan create --version 1.0.1-rc1 --build=missing up-cpp/release
conan create --version 1.0.1 --build=missing up-cpp/release
- name: Build zenohc conan package
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ With Conan 2:

```
conan create --version 1.6.0-alpha2 --build=missing up-core-api/release/
conan create --version 1.0.0 --build=missing up-cpp/release/
conan create --version 1.0.1 --build=missing up-cpp/release/
conan create --version 1.0.0-rc1 --build=missing up-transport-zenoh-cpp/release/
```

Expand Down
10 changes: 10 additions & 0 deletions up-cpp/release/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@
up-core-api: "1.6.0-alpha2"
test-requirements:
gtest: "1.14.0"

1.0.1:
sources:
url: "https://github.com/eclipse-uprotocol/up-cpp/archive/refs/tags/v1.0.1.tar.gz"
sha256: "7ca6173abeea6c643ce9d8df5fd43efb445bf2ef3bd3ec6c0f3e807995368f1b"
requirements:
protobuf: "3.21.12"
up-core-api: "1.6.0-alpha2"
test-requirements:
gtest: "1.14.0"

0 comments on commit 17ee855

Please sign in to comment.