Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/microscaler/obsctl/compare/obsctl-v0.3.0...obsctl-v0.4.0) (2025-07-03)


### Features

* add platform-specific journald logger ([2afee1f](https://github.com/microscaler/obsctl/commit/2afee1f7a9704e325d29a028da5da04acd2bf237))

## [0.3.0](https://github.com/microscaler/obsctl/compare/obsctl-v0.2.0...obsctl-v0.3.0) (2025-07-03)


Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obsctl"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["obsctl Team"]
description = "High-performance S3-compatible CLI tool with OpenTelemetry observability"
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: obsctl
Version: 0.3.0 # x-release-please-version
Version: 0.4.0 # x-release-please-version
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/homebrew/obsctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Obsctl < Formula
head "https://github.com/your-org/obsctl.git", branch: "main"

# Version and source configuration
version "0.3.0" # x-release-please-version
version "0.4.0" # x-release-please-version

# Universal Binary for macOS (supports both Intel and Apple Silicon)
if OS.mac?
Expand Down
2 changes: 1 addition & 1 deletion packaging/obsctl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH OBSCTL 1 "July 2025" "obsctl 0.3.0" # x-release-please-version "User Commands"
.TH OBSCTL 1 "July 2025" "obsctl 0.4.0" # x-release-please-version "User Commands"
.SH NAME
obsctl \- A comprehensive S3-compatible storage CLI tool for any S3-compatible service
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/obsctl.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: obsctl
Version: 0.3.0 # x-release-please-version
Version: 0.4.0 # x-release-please-version
Release: 1%{?dist}
Summary: S3-compatible CLI tool with OpenTelemetry observability

Expand Down