Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Breaking Changes

- Local configuration directory renamed from `~/.galileo` to `~/.splunk`. The override environment variable is now `SPLUNK_AO_HOME_DIR` (previously `GALILEO_HOME_DIR`).
Expand Down Expand Up @@ -104,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
unknown before an acknowledgement and after ordinary transport or non-2xx
failures; it is not a delivery guarantee.

[0.3.0]: https://pypi.org/project/splunk-ao/0.3.0/
[0.2.1]: https://pypi.org/project/splunk-ao/0.2.1/
[0.2.0]: https://pypi.org/project/splunk-ao/0.2.0/
[0.1.1]: https://pypi.org/project/splunk-ao/0.1.1/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "splunk-ao"
version = "0.2.1"
version = "0.3.0"
description = "Splunk Agent Observability SDK for Python."
authors = [{ name = "Splunk Inc." }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/splunk_ao/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
from splunk_ao.types import MetricSpec
from splunk_ao.utils.log_config import enable_console_logging

__version__ = "0.2.1"
__version__ = "0.3.0"

__all__ = [
# Stable / unchanged
Expand Down
Loading