Skip to content

Commit efa67b6

Browse files
committed
⬆️ update changelog
1 parent cc6615a commit efa67b6

File tree

1 file changed

+30
-41
lines changed

1 file changed

+30
-41
lines changed

docs/changelog.md

+30-41
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,44 @@
11
# Changelog
22

3-
## [0.2.0] - 2024-01-28
4-
5-
### Added
6-
7-
- todo write about new features
8-
9-
### Changed
10-
11-
- todo write about changes
12-
13-
### Deprecated
14-
15-
- todo write about deprecations
16-
17-
### Removed
18-
19-
- todo write about removals
20-
21-
### Fixed
22-
23-
- todo write about fixes
24-
25-
### Security
26-
27-
- Updated dependencies to mitigate known vulnerabilities.
3+
## [0.2.0] - 2024-02-02
4+
5+
🔗 langchain lcel compatibility (runnable decorator)
6+
🔍 primitive type parsers
7+
🔄 dynamic chat routers
8+
📄 full jinja2 templating
9+
🚦 enums, literal output types
10+
🦙 llamacpp + ollama support
11+
📡 openai json mode streaming
12+
🔁 auto retry for pydantic validations
13+
👁️ better vision support
14+
✍️ create custom parsing types
15+
🏗️ codebase restructuring
16+
⬆️ updated deps
2817

2918
## [0.1.10] - 2023-12-12
3019

31-
- universal model loader
32-
- improved configuration
33-
- SettingOverrides
34-
- auto gguf model download
35-
- optional dependencies
36-
- improve examples
37-
- other small improvements
20+
🔄 universal model loader
21+
🛠 improved configuration
22+
⚙️ SettingOverrides
23+
📥 auto gguf model download
24+
🔗 optional dependencies
25+
🌟 improve examples
26+
🔧 other small improvements
3827

3928
## [0.1.0] - [0.1.9] - 2023-12-01
4029

41-
- pydantic v2
42-
- llamacpp support
43-
- auto retry parsing
44-
- jinja templates
45-
- multiple tiny improvements
46-
- codebase refactor
47-
- bug fixes
30+
🆕 pydantic v2
31+
🦙 llamacpp support
32+
🔁 auto retry parsing
33+
📄 jinja templates
34+
multiple tiny improvements
35+
🏗️ codebase refactor
36+
🐛 bug fixes
4837

4938
## [0.0.1] - [0.1.7] - 2023-10-08
5039

51-
- Undocumented Experimental Releases
40+
🧪 Undocumented Experimental Releases
5241

5342
## [0.0.1] - 2023-08-31
5443

55-
- Initial Release
44+
🎉 Initial Release

0 commit comments

Comments
 (0)