diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a7f61..7ac9e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # LM Format Enforcer Changelog +## v0.10.8 +- Fixed support for tokenizers with larger vocabularies than the models. Enables visual models such as Llama3.2 +- JsonSchemaParser: Fixed additionalProperies and oneOf edge cases + ## v0.10.7 - [135] Updated Haystack V2 integration with latest API diff --git a/pyproject.toml b/pyproject.toml index d50b67b..2f1b04e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lm-format-enforcer" -version = "0.10.7" +version = "0.10.8" description = "Enforce the output format (JSON Schema, Regex etc) of a language model" authors = ["Noam Gat "] license = "MIT"