Promptogen

Latest version: v0.0.6

Safety actively analyzes 641221 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.6

What's Changed
* :+1: add py.typed file by zawakin in https://github.com/zawakin/promptogen/pull/70


**Full Changelog**: https://github.com/zawakin/promptogen/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* :memo: use permanent link for log in README by zawakin in https://github.com/zawakin/promptogen/pull/67
* :fire: remove .tool-versions by zawakin in https://github.com/zawakin/promptogen/pull/68
* :memo: add badges for docs by zawakin in https://github.com/zawakin/promptogen/pull/69


**Full Changelog**: https://github.com/zawakin/promptogen/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* :up: organise dependencies by zawakin in https://github.com/zawakin/promptogen/pull/58
* :memo: improve docs for examples by zawakin in https://github.com/zawakin/promptogen/pull/59
* :green_heart: change release draft flag by zawakin in https://github.com/zawakin/promptogen/pull/60
* :fire: remove unused params by zawakin in https://github.com/zawakin/promptogen/pull/61
* :memo: update README to publish by zawakin in https://github.com/zawakin/promptogen/pull/62
* :memo: simplify README by zawakin in https://github.com/zawakin/promptogen/pull/63
* :memo: fix document bugs by zawakin in https://github.com/zawakin/promptogen/pull/64
* :memo: blend simplicity and detail by zawakin in https://github.com/zawakin/promptogen/pull/65
* :memo: fix outline level of README by zawakin in https://github.com/zawakin/promptogen/pull/66


**Full Changelog**: https://github.com/zawakin/promptogen/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* :green_heart: Check version before release action by zawakin in https://github.com/zawakin/promptogen/pull/46
* :up: bump version to v0.0.3 by zawakin in https://github.com/zawakin/promptogen/pull/47
* revert version by zawakin in https://github.com/zawakin/promptogen/pull/49
* :bug: fix release version fetcher by zawakin in https://github.com/zawakin/promptogen/pull/50
* :up: bump version 0.0.3 by zawakin in https://github.com/zawakin/promptogen/pull/51
* :green_heart: introduce tag release by zawakin in https://github.com/zawakin/promptogen/pull/52
* :bug: fix GitHub Ref name for tag by zawakin in https://github.com/zawakin/promptogen/pull/53
* :bug: fix tag name check by zawakin in https://github.com/zawakin/promptogen/pull/54
* :green_heart: use Poetry Dynamic Versioning by zawakin in https://github.com/zawakin/promptogen/pull/55
* :green_heart: add release environment by zawakin in https://github.com/zawakin/promptogen/pull/56
* :green_heart: remove dry-run flag from release CI by zawakin in https://github.com/zawakin/promptogen/pull/57


**Full Changelog**: https://github.com/zawakin/promptogen/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* add coverage comment ci by zawakin in https://github.com/zawakin/promptogen/pull/1
* rename prompt loader to prompt collection by zawakin in https://github.com/zawakin/promptogen/pull/2
* update poetry version to 1.5.1 by zawakin in https://github.com/zawakin/promptogen/pull/3
* ✨ update value definition and docs generation by zawakin in https://github.com/zawakin/promptogen/pull/4
* add type alias "DataClass" to BaseModel by zawakin in https://github.com/zawakin/promptogen/pull/5
* use poetry by zawakin in https://github.com/zawakin/promptogen/pull/6
* update documents 1 by zawakin in https://github.com/zawakin/promptogen/pull/7
* update documents 2 by zawakin in https://github.com/zawakin/promptogen/pull/9
* update documents 3 by zawakin in https://github.com/zawakin/promptogen/pull/10
* improve formatter by zawakin in https://github.com/zawakin/promptogen/pull/11
* support pydantic v2 by zawakin in https://github.com/zawakin/promptogen/pull/12
* define DataClass rather than TypeAlias by zawakin in https://github.com/zawakin/promptogen/pull/13
* define poetry_setup GitHub Actions by zawakin in https://github.com/zawakin/promptogen/pull/15
* reduce dependency on pydantic by zawakin in https://github.com/zawakin/promptogen/pull/14
* Merge InputValue and OutputValue into Value by zawakin in https://github.com/zawakin/promptogen/pull/16
* support prompt transformer by zawakin in https://github.com/zawakin/promptogen/pull/17
* add prompt tool by zawakin in https://github.com/zawakin/promptogen/pull/18
* simplify prompt collection by zawakin in https://github.com/zawakin/promptogen/pull/19
* add doc for quickstart by zawakin in https://github.com/zawakin/promptogen/pull/20
* ignore test coverage file by zawakin in https://github.com/zawakin/promptogen/pull/21
* add tests for prompt collection by zawakin in https://github.com/zawakin/promptogen/pull/22
* fix export class by zawakin in https://github.com/zawakin/promptogen/pull/23
* set version as 0.0.1 by zawakin in https://github.com/zawakin/promptogen/pull/24
* Add logos by zawakin in https://github.com/zawakin/promptogen/pull/25
* rename package to promptogen by zawakin in https://github.com/zawakin/promptogen/pull/26
* version up to 0.0.2 by zawakin in https://github.com/zawakin/promptogen/pull/27
* build site for docs by zawakin in https://github.com/zawakin/promptogen/pull/28
* translate docs to english by zawakin in https://github.com/zawakin/promptogen/pull/29
* add Netlify Deploy GitHub Actions by zawakin in https://github.com/zawakin/promptogen/pull/30
* add google analytic tags by zawakin in https://github.com/zawakin/promptogen/pull/31
* :sparkles: add prompt interceptor by zawakin in https://github.com/zawakin/promptogen/pull/32
* :up: poetry lock by zawakin in https://github.com/zawakin/promptogen/pull/33
* :recycle: introduce embedded code snippets by zawakin in https://github.com/zawakin/promptogen/pull/34
* :bug: fix GitHub Actions deploy by zawakin in https://github.com/zawakin/promptogen/pull/35
* :green_heart: fix workflow paths by zawakin in https://github.com/zawakin/promptogen/pull/36
* :memo: improve index and quickstart docs by zawakin in https://github.com/zawakin/promptogen/pull/37
* improve docs ui by zawakin in https://github.com/zawakin/promptogen/pull/38
* :memo: Support dark mode for Docs by zawakin in https://github.com/zawakin/promptogen/pull/39
* :memo: improve index.md for TextLLM by zawakin in https://github.com/zawakin/promptogen/pull/40
* :green_heart: Update LICENSE by zawakin in https://github.com/zawakin/promptogen/pull/41
* :green_heart: Add ISSUE_TEMPLATE yaml files by zawakin in https://github.com/zawakin/promptogen/pull/42
* :green_heart: rename preview environment by zawakin in https://github.com/zawakin/promptogen/pull/43
* :green_heart: reset version by zawakin in https://github.com/zawakin/promptogen/pull/44
* :green_heart: add release workflow by zawakin in https://github.com/zawakin/promptogen/pull/45

New Contributors
* zawakin made their first contribution in https://github.com/zawakin/promptogen/pull/1

**Full Changelog**: https://github.com/zawakin/promptogen/commits/v0.0.2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.