Skip to content

Commit 5224d89

Browse files
committed
update changelog
1 parent 43b8b00 commit 5224d89

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ NOTE:
88

99
The changes related to the Colang language and runtime have moved to [CHANGELOG-Colang](./CHANGELOG-Colang.md) file.
1010

11-
## [0.14.1] - 2025-06-30
11+
## [0.14.1] - 2025-07-02
12+
13+
### 🚀 Features
14+
15+
- *(jailbreak)* Add direct API key configuration support ([#1260](https://github.com/NVIDIA/NeMo-Guardrails/issues/1260))
1216

1317
### 🐛 Bug Fixes
1418

15-
- *(jailbreak)* Lazy load jailbreak detection dependencies ([#1223](https://github.com/NVIDIA/NeMo-Guardrails/issues/1223))
16-
- *(llmrails)* Constructor LLM should not skip loading other config models ([#1221](https://github.com/NVIDIA/NeMo-Guardrails/issues/1221))
19+
- *(jailbreak)* Lazy load jailbreak detection dependencies ([#1223](https://github.com/NVIDIA/NeMo-Guardrails/issues/1223),)
20+
- *(llmrails)* Constructor LLM should not skip loading other config models ([#1221](https://github.com/NVIDIA/NeMo-Guardrails/issues/1221), [#1247](https://github.com/NVIDIA/NeMo-Guardrails/issues/1247), [#1250](https://github.com/NVIDIA/NeMo-Guardrails/issues/1250), [#1258](https://github.com/NVIDIA/NeMo-Guardrails/issues/1258))
1721
- *(content_safety)* Replace try-except with iterable unpacking for policy violations ([#1207](https://github.com/NVIDIA/NeMo-Guardrails/issues/1207))
1822
- *(jailbreak)* Pin numpy==1.23.5 for scikit-learn compatibility ([#1249](https://github.com/NVIDIA/NeMo-Guardrails/issues/1249))
1923
- *(output_parsers)* Iterable unpacking compatibility in content safety parsers ([#1242](https://github.com/NVIDIA/NeMo-Guardrails/issues/1242))
20-
- Register main LLM as action parameter when initialized from config ([#1247](https://github.com/NVIDIA/NeMo-Guardrails/issues/1247))
21-
- Use API key environment variables during model initialization ([#1250](https://github.com/NVIDIA/NeMo-Guardrails/issues/1250))
2224

2325
### 📚 Documentation
2426

@@ -35,24 +37,6 @@ The changes related to the Colang language and runtime have moved to [CHANGELOG-
3537

3638
- Update pre-commit-hooks to v5.0.0 ([#1238](https://github.com/NVIDIA/NeMo-Guardrails/issues/1238))
3739

38-
## [docs-v0.14.0] - 2025-05-30
39-
40-
### 📚 Documentation
41-
42-
- Add release notes ([#1141](https://github.com/NVIDIA/NeMo-Guardrails/issues/1141))
43-
44-
<!-- NeMo Guardrails Changelog -->
45-
# Changelog
46-
47-
All notable changes to this project will be documented in this file.
48-
49-
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
50-
51-
> [!NOTE]
52-
> We have updated our changelog format!
53-
>
54-
> The changes related to the Colang language and runtime have moved to [CHANGELOG-Colang](./CHANGELOG-Colang.md) file.
55-
5640
## [0.14.0] - 2025-05-28
5741

5842
### 🚀 Features

0 commit comments

Comments
 (0)