We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd1c29 commit dab871dCopy full SHA for dab871d
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.1.5] - 2024-05-15
4
+
5
+### Added
6
+- Improved documentation for builder patterns
7
+- Enhanced error messaging for template validation
8
+- Additional examples in README.md
9
10
+### Changed
11
+- Refined API interface for better developer experience
12
+- Optimized template rendering for better performance
13
14
## [0.1.4] - 2024-02-02
15
16
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "promptix"
-version = "0.1.4"
+version = "0.1.5"
description = "A simple library for managing and using prompts locally with Promptix Studio"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments