From 94580c45835316c375a1e79bce994b8006614af0 Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Sun, 19 Oct 2025 17:39:25 -0700 Subject: [PATCH 1/3] v1.0.5 --- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdd0fa1..21d3763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "1.0.4" +version = "1.0.5" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index ef6cbf3..712d449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 as builder WORKDIR /usr/src/screenly-cli RUN apk add --no-cache wget tar -ARG RELEASE=v1.0.4 +ARG RELEASE=v1.0.5 RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz" RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz diff --git a/action.yml b/action.yml index e9e240e..dfc4aab 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.0.4" + default: "v1.0.5" outputs: cli_commands_response: From be9c7f50f3e73fdf85e8348b29bb33a3eef26ac8 Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Sun, 19 Oct 2025 18:11:44 -0700 Subject: [PATCH 2/3] chore: bump CLI version in Cargo.log --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index de2ece8..aeff650 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3080,7 +3080,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screenly" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "clap", From 99ff301f8c01cd9d8b886f303df7fc12b40a3fbd Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Sun, 19 Oct 2025 18:15:20 -0700 Subject: [PATCH 3/3] chore: bump version to v1.1.0 - Update version in Cargo.toml and Cargo.lock - Update Dockerfile release version - Update GitHub Action default CLI version --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeff650..ebede1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3080,7 +3080,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screenly" -version = "1.0.5" +version = "1.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 21d3763..dc8989a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "1.0.5" +version = "1.1.0" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 712d449..b9efd12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 as builder WORKDIR /usr/src/screenly-cli RUN apk add --no-cache wget tar -ARG RELEASE=v1.0.5 +ARG RELEASE=v1.1.0 RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz" RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz diff --git a/action.yml b/action.yml index dfc4aab..f318f66 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v1.0.5" + default: "v1.1.0" outputs: cli_commands_response: