Skip to content

Commit 1ce883b

Browse files
chore(main): release 0.1.1 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9de8b9d commit 1ce883b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/sounak98/betterstack-cli/compare/v0.1.0...v0.1.1) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## 0.1.0 (2026-03-05)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bs-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "Fast, AI-friendly CLI for Better Stack"
66
license = "MIT"

0 commit comments

Comments
 (0)