Skip to content

Commit dab871d

Browse files
committed
chore: bump version to 0.1.5
1 parent 7dd1c29 commit dab871d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [0.1.4] - 2024-02-02
415

516
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "promptix"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A simple library for managing and using prompts locally with Promptix Studio"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)