We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436cf6f commit e2cd8c4Copy full SHA for e2cd8c4
1 file changed
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+This project adheres to [Semantic Versioning](https://semver.org/).
6
7
+## [0.1.1] - 2026-03-15
8
9
+### Added
10
+- MIT LICENSE file
11
+- CI test workflow (Python 3.9-3.13)
12
+- PyPI trusted publisher workflow
13
14
+### Fixed
15
+- Node.js 20 deprecation warning in GitHub Actions
16
17
+## [0.1.0] - 2026-03-15
18
19
20
+- Initial release
21
+- `AISpendGuard` client with batched threaded transport
22
+- Provider helpers: `create_openai_event`, `create_anthropic_event`, `create_gemini_event`
23
+- Tag validation (required tags, forbidden keys, privacy guard)
24
+- Streaming response documentation
0 commit comments