From 88da745847355c97be5f3279e9d04275754e6c48 Mon Sep 17 00:00:00 2001 From: Razvan Dinu Date: Mon, 1 Apr 2024 23:06:50 +0300 Subject: [PATCH] Bump version to 0.8.2. --- CHANGELOG.md | 2 +- README.md | 2 +- nemoguardrails/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e84d42d..ef2622640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [Unreleased] +## [0.8.2] - 2024-04-01 ### Added diff --git a/README.md b/README.md index 7be492f1d..0102bdc0e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![arXiv](https://img.shields.io/badge/arXiv-2310.10501-b31b1b.svg)](https://arxiv.org/abs/2310.10501) -> **LATEST RELEASE / DEVELOPMENT VERSION**: The [main](https://github.com/NVIDIA/NeMo-Guardrails/tree/main) branch tracks the latest released beta version: [0.8.1](https://github.com/NVIDIA/NeMo-Guardrails/tree/v0.8.1). For the latest development version, checkout the [develop](https://github.com/NVIDIA/NeMo-Guardrails/tree/develop) branch. +> **LATEST RELEASE / DEVELOPMENT VERSION**: The [main](https://github.com/NVIDIA/NeMo-Guardrails/tree/main) branch tracks the latest released beta version: [0.8.2](https://github.com/NVIDIA/NeMo-Guardrails/tree/v0.8.2). For the latest development version, checkout the [develop](https://github.com/NVIDIA/NeMo-Guardrails/tree/develop) branch. > **DISCLAIMER**: The beta release is undergoing active development and may be subject to changes and improvements, which could cause instability and unexpected behavior. We currently do not recommend deploying this beta version in a production setting. We appreciate your understanding and contribution during this stage. Your support and feedback are invaluable as we advance toward creating a robust, ready-for-production LLM guardrails toolkit. The examples provided within the documentation are for educational purposes to get started with NeMo Guardrails, and are not meant for use in production applications. diff --git a/nemoguardrails/__init__.py b/nemoguardrails/__init__.py index 43b9668f5..703cd968b 100644 --- a/nemoguardrails/__init__.py +++ b/nemoguardrails/__init__.py @@ -26,4 +26,4 @@ "ignore", category=UserWarning, message="TypedStorage is deprecated" ) -__version__ = "0.8.1" +__version__ = "0.8.2"