Skip to content

Commit bf36d6e

Browse files
chore: release main (#163)
1 parent 6d1fcbf commit bf36d6e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sam-mongodb": "0.1.1",
88
"sam-nuclia-tool": "0.1.3",
99
"sam-powerbi": "0.1.0",
10-
"sam-rag": "0.1.2",
10+
"sam-rag": "0.1.3",
1111
"sam-rest-gateway": "0.2.1",
1212
"sam-ruleset-lookup-tool": "0.1.1",
1313
"sam-slack-gateway-adapter": "0.1.1",

sam-rag/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.3](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_rag-0.1.2...sam_rag-0.1.3) (2026-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **DATAGO-133921:** bump lxml for sam-rag ([#162](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/162)) ([6d1fcbf](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/6d1fcbf9127461ba02e315d9c26c05aac8e687c9))
9+
310
## [0.1.2](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_rag-0.1.1...sam_rag-0.1.2) (2026-04-07)
411

512

sam-rag/src/sam_rag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""SAM RAG Plugin for Solace Agent Mesh."""
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)