Skip to content

Commit

Permalink
* bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Aug 12, 2023
1 parent 151c6fe commit aea6574
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [Refutation output scanner](./docs/output_scanners/refutation.md)
- [MaliciousURLs output scanner](./docs/output_scanners/malicious_urls.md)
- [Secrets prompt scanner](./docs/input_scanners/secrets.md)
-

### Fixed
-

### Changed
-

### Removed
-

## [0.1.0] - 2023-08-12

### Added
- [Refutation output scanner](./docs/output_scanners/refutation.md)
- [MaliciousURLs output scanner](./docs/output_scanners/malicious_urls.md)
- [Secrets prompt scanner](./docs/input_scanners/secrets.md)

### Changed
- **All prompt scanners**: Introducing a risk score, where 0 - means no risk, 1 - means high risk
- **All output scanners**: Introducing a risk score, where 0 - means no risk, 1 - means high risk
Expand Down Expand Up @@ -71,6 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Toxicity](./llm_guard/output_scanners/toxicity.py)

[Unreleased]: https://github.com/laiyer-ai/llm-guard/commits/main
[0.0.3]: https://github.com/laiyer-ai/llm-guard/commits/v0.0.3
[0.0.2]: https://github.com/laiyer-ai/llm-guard/commits/v0.0.2
[0.0.1]: https://github.com/laiyer-ai/llm-guard/commits/v0.0.1
[0.1.0]: https://github.com/laiyer-ai/llm-guard/releases/tag/v0.1.0
[0.0.3]: https://github.com/laiyer-ai/llm-guard/releases/tag/v0.0.3
[0.0.2]: https://github.com/laiyer-ai/llm-guard/releases/tag/v0.0.2
[0.0.1]: https://github.com/laiyer-ai/llm-guard/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def parse_requirements(file_name: str) -> List[str]:

setuptools.setup(
name="llm-guard",
version="0.0.3",
version="0.1.0",
author="Laiyer.ai",
author_email="hello@laiyer.ai",
description=(
Expand Down

0 comments on commit aea6574

Please sign in to comment.