Skip to content

Commit cc66a00

Browse files
committed
release: prep signy for the v0.2.0 release
Updates version references for the v0.2.0 release. Signed-off-by: Daniel Mangum <[email protected]>
1 parent 329a4f5 commit cc66a00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ included in any Zephyr project by adding the following to the project's
5555
```yaml
5656
- name: signy
5757
path: modules/lib/signy
58-
revision: main
58+
revision: v0.2.0
5959
url: https://github.com/golioth/signy.git
6060
```
6161
@@ -71,6 +71,7 @@ the project's `idf_component.yml`.
7171
```yaml
7272
dependencies:
7373
signy:
74+
version: v0.2.0
7475
git: https://github.com/golioth/signy.git
7576
```
7677

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
version: "0.1.0"
5+
version: "v0.2.0"
66
description: Signed URLs for Embedded Devices
77
url: https://github.com/golioth/signy
88
dependencies:

0 commit comments

Comments
 (0)