Skip to content

Commit c10fe1a

Browse files
chore(main): release 0.7.0 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39b45e4 commit c10fe1a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/splx-ai/agentic-radar/compare/v0.6.0...v0.7.0) (2025-04-23)
4+
5+
6+
### Features
7+
8+
* adds initial unit tests for the LangGraph framework ([23dd317](https://github.com/splx-ai/agentic-radar/commit/23dd317fc0798dc5378f9fd99b23cd1d0438e4e8))
9+
* **crewai:** add additional agent information to report ([#64](https://github.com/splx-ai/agentic-radar/issues/64)) ([2e4e2b2](https://github.com/splx-ai/agentic-radar/commit/2e4e2b29fa55c9bcae7a29c557d0c595aa27b554))
10+
* **openai-agents:** add additional agent information to report ([#66](https://github.com/splx-ai/agentic-radar/issues/66)) ([0c880ab](https://github.com/splx-ai/agentic-radar/commit/0c880ab4179d8653504bde4f391c236da8f738c6))
11+
* **openai-agents:** detection of MCP servers ([#68](https://github.com/splx-ai/agentic-radar/issues/68)) ([42a64b6](https://github.com/splx-ai/agentic-radar/commit/42a64b6fb8ce36adf6f1cb151cb25725670d92b0))
12+
* Prompt Enhancement ([#67](https://github.com/splx-ai/agentic-radar/issues/67)) ([39b45e4](https://github.com/splx-ai/agentic-radar/commit/39b45e4d13e1c272e4c59f176580fa4ab4e7f358))
13+
314
## [0.6.0](https://github.com/splx-ai/agentic-radar/compare/v0.5.1...v0.6.0) (2025-03-28)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-radar"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "A python library for generating reports for agentic systems."
55
license = { file = "LICENSE" }
66
readme = "README.md"

0 commit comments

Comments
 (0)