From 6ecd209191279b255d45d891ff03770a4d93ceb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:29:33 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9c744..04d1d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/sounak98/betterstack-cli/compare/v0.1.0...v0.1.1) (2026-03-05) + + +### Bug Fixes + +* disable reqwest default features to avoid openssl in cross builds ([#5](https://github.com/sounak98/betterstack-cli/issues/5)) ([b008bc5](https://github.com/sounak98/betterstack-cli/commit/b008bc5df42ab245dd3b86dc9536f7c7d200d8d8)) + ## 0.1.0 (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index c7c0c1b..3faac3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bs-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 16d48a5..447b802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bs-cli" -version = "0.1.0" +version = "0.1.1" edition = "2024" description = "Fast, AI-friendly CLI for Better Stack" license = "MIT"