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 c91e49f commit bf0f925Copy full SHA for bf0f925
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.1.7] - 2024-05-18
4
+
5
+### Changed
6
+- Updated code with latest improvements
7
+- Fixed minor issues from previous release
8
9
## [0.1.6] - 2024-05-17
10
11
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "promptix"
-version = "0.1.6"
+version = "0.1.7"
description = "A simple library for managing and using prompts locally with Promptix Studio"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments