Skip to content

Commit ebcec7b

Browse files
committed
libosdp: Release v0.1.9
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent 17169c9 commit ebcec7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-libosdp-sys.yml .github/workflows/publish-libosdp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
name: Publish libosdp-sys
7+
name: Publish libosdp
88

99
on:
1010
workflow_dispatch:
1111
push:
1212
# Sequence of patterns matched against refs/tags
1313
tags:
1414
- 'libosdp-sys-v*'
15+
- 'libosdp-v*'
1516

1617
jobs:
1718
cross_platform_check:

.github/workflows/publish-crate.yml .github/workflows/publish-osdpctl.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
push:
1111
# Sequence of patterns matched against refs/tags
1212
tags:
13-
- 'libosdp-v*'
1413
- 'osdpctl-v*'
1514
workflow_dispatch:
1615
inputs:

libosdp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "libosdp"
4-
version = "0.1.8"
4+
version = "0.1.9"
55
authors = ["Siddharth Chandrasekaran <sidcha.dev@gmail.com>"]
66
description = "Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)"
77
documentation = "https://docs.rs/libosdp"

0 commit comments

Comments
 (0)