diff --git a/docs/changelog.md b/docs/changelog.md index 766195f..026f9e1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,55 +1,44 @@ # Changelog -## [0.2.0] - 2024-01-28 - -### Added - -- todo write about new features - -### Changed - -- todo write about changes - -### Deprecated - -- todo write about deprecations - -### Removed - -- todo write about removals - -### Fixed - -- todo write about fixes - -### Security - -- Updated dependencies to mitigate known vulnerabilities. +## [0.2.0] - 2024-02-02 + +๐Ÿ”— langchain lcel compatibility (runnable decorator) +๐Ÿ” primitive type parsers +๐Ÿ”„ dynamic chat routers +๐Ÿ“„ full jinja2 templating +๐Ÿšฆ enums, literal output types +๐Ÿฆ™ llamacpp + ollama support +๐Ÿ“ก openai json mode streaming +๐Ÿ” auto retry for pydantic validations +๐Ÿ‘๏ธ better vision support +โœ๏ธ create custom parsing types +๐Ÿ—๏ธ codebase restructuring +โฌ†๏ธ updated deps ## [0.1.10] - 2023-12-12 -- universal model loader -- improved configuration -- SettingOverrides -- auto gguf model download -- optional dependencies -- improve examples -- other small improvements +๐Ÿ”„ universal model loader +๐Ÿ›  improved configuration +โš™๏ธ SettingOverrides +๐Ÿ“ฅ auto gguf model download +๐Ÿ”— optional dependencies +๐ŸŒŸ improve examples +๐Ÿ”ง other small improvements ## [0.1.0] - [0.1.9] - 2023-12-01 -- pydantic v2 -- llamacpp support -- auto retry parsing -- jinja templates -- multiple tiny improvements -- codebase refactor -- bug fixes +๐Ÿ†• pydantic v2 +๐Ÿฆ™ llamacpp support +๐Ÿ” auto retry parsing +๐Ÿ“„ jinja templates +โœจ multiple tiny improvements +๐Ÿ—๏ธ codebase refactor +๐Ÿ› bug fixes ## [0.0.1] - [0.1.7] - 2023-10-08 -- Undocumented Experimental Releases +๐Ÿงช Undocumented Experimental Releases ## [0.0.1] - 2023-08-31 -- Initial Release +๐ŸŽ‰ Initial Release