diff --git a/CHANGELOG.md b/CHANGELOG.md index abfdd6b..36e4276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # LM Format Enforcer Changelog +## v0.9.2 +- [#80](https://github.com/noamgat/lm-format-enforcer/issues/80) - Fixed bug where comma could start json list +- [#34](https://github.com/noamgat/lm-format-enforcer/issues/34) - Fixed llama-cpp-python low max_tokens default in sample + + +## v0.9.1 +- Fixed build errors in certain edge cases + ## v0.9.0 - [#68](https://github.com/noamgat/lm-format-enforcer/pull/68) Added NVIDIA TensorRT-LLM Support, NVIDIA's contribution by [Ahmet Erdem](https://github.com/aerdem4). Thanks! - Much faster TokenizerData initialization, new JSON freetext token caching algorithm. diff --git a/pyproject.toml b/pyproject.toml index b29a492..7e2d18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lm-format-enforcer" -version = "0.9.1" +version = "0.9.2" description = "Enforce the output format (JSON Schema, Regex etc) of a language model" authors = ["Noam Gat "] license = "MIT"