Skip to content

Commit

Permalink
Bump version to 0.8.3 and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
drazvan committed Apr 16, 2024
1 parent f2456d3 commit 63ec36d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.3] - 2024-04-18

### Changed

* [#453](https://github.com/NVIDIA/NeMo-Guardrails/pull/453) Update documentation for NVIDIA AI Catalog example.

### Fixed

* [#382](https://github.com/NVIDIA/NeMo-Guardrails/pull/382) Fix issue with `lowest_temperature` in self-check and hallucination rails.
* [#454](https://github.com/NVIDIA/NeMo-Guardrails/pull/454) Redo fix for #385.
* [#442](https://github.com/NVIDIA/NeMo-Guardrails/pull/442) Fix README type by @dileepbapat.


## [0.8.2] - 2024-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion nemoguardrails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"ignore", category=UserWarning, message="TypedStorage is deprecated"
)

__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit 63ec36d

Please sign in to comment.