From 40b62f39cdba07af781ee762c0c30c7f3cc0c4b3 Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Sat, 20 Apr 2024 09:57:53 +0300 Subject: [PATCH] v0.9.8 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53195c5..dc5bf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # LM Format Enforcer Changelog +## v0.9.8 +- [#80] JSONSchemaParser List would allow opening comma before first element if there was a whitespace before it + + ## v0.9.7 - [#93] Improved JSONSchemaParser performance, unit tests run twice as fast! Joint effort with [Ari Weinstein](https://github.com/AriX). Thanks! diff --git a/pyproject.toml b/pyproject.toml index 694d1d5..e427559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lm-format-enforcer" -version = "0.9.7" +version = "0.9.8" description = "Enforce the output format (JSON Schema, Regex etc) of a language model" authors = ["Noam Gat "] license = "MIT"