Skip to content

Commit 95032c1

Browse files
committed
Update CHANGELOG and setup.py.
1 parent d38d09d commit 95032c1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.2.0] - 2023-05-31
88

99
### Added
1010

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="nemoguardrails",
23-
version="0.1.0",
23+
version="0.2.0",
2424
packages=find_packages(),
2525
author="NVIDIA",
2626
author_email="nemoguardrails@nvidia.com",
@@ -33,11 +33,12 @@
3333
requests, following a predefined dialog path, using a particular language style,
3434
extracting structured data, etc.
3535
36-
**Key Benefits**
36+
Key Benefits:
37+
3738
- Building Trustworthy, Safe and Secure LLM Conversational Systems: The core value of
3839
using NeMo Guardrails is the ability to write fuzzy rails to steer select conversations.
3940
Developers can choose to define the behavior of their LLM-powered bots on certain
40-
topics and keep their creativity un-encombered for others!
41+
topics and keep their creativity un-encumbered for others!
4142
4243
- Connect models, chains, services, and more via actions: LLMs don't need to solve
4344
all the challenges. NeMo Guardrails provides the ability to connect your codebase or

0 commit comments

Comments
 (0)