Skip to content

Commit

Permalink
Prepare for release 1.5.4 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Oct 23, 2024
1 parent c7fba92 commit 2a8d851
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
ARCH: "${{ matrix.arch }}"
OS: "${{ matrix.os }}"
PACKAGE_VERSION: '1.5.3'
PACKAGE_VERSION: '1.5.4'
# PACKAGE_RELEASE should always be '1'.
PACKAGE_RELEASE: '1'
- name: 'Generate artifact properties'
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aziotctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aziotctl"
version = "1.5.3"
version = "1.5.4"
authors = ["Azure IoT Edge Devs"]
edition = "2021"
homepage = "https://azure.github.io/iot-identity-service/"
Expand Down
2 changes: 1 addition & 1 deletion aziotd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aziotd"
version = "1.5.3"
version = "1.5.4"
authors = ["Azure IoT Edge Devs"]
edition = "2021"
homepage = "https://azure.github.io/iot-identity-service/"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure-iot-identity
base: core24 # the base snap is the execution environment for this snap
version: '1.5.3'
version: '1.5.4'
summary: Provides provisioning and cryptographic services for Azure IoT Hub devices.
description: |
The Identity Service provisions a device's identity and any modules it runs. The device identity can be based
Expand Down

0 comments on commit 2a8d851

Please sign in to comment.