Skip to content

Commit 0053d72

Browse files
feat: change version tom 0.7.1
1 parent 73f777b commit 0053d72

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
___
55

6+
## [0.7.1] - 2024-04-12
7+
8+
### Fixed
9+
- 🔧 Fixed `ModuleNotFoundError` caused by outdated import path in `conversession.py`
10+
- `ModelConfig` was still being imported from the removed `model_config` module
11+
- Now correctly imported from `prompts/model.py`
12+
13+
### Changed
14+
- Bumped version to 0.7.1
15+
___
16+
617
## [0.7.0] - 2024-04-12
718

819
### 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 = "rsazure-openai-toolkit"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "A fast, modular, secure, and auditable toolkit to integrate with Azure OpenAI — with a friendly CLI and dev-first architecture."
99
authors = [{ name = "Renan Siqueira Antonio", email = "[email protected]" }]
1010
readme = { file = "README.md", content-type = "text/markdown" }

src/rsazure_openai_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- rschat.PromptMetadata(...)
3535
"""
3636

37-
__version__ = "0.7.0"
37+
__version__ = "0.7.1"
3838
__description__ = "A fast, modular, secure, and auditable toolkit to integrate with Azure OpenAI — with a friendly CLI and dev-first architecture."
3939
__author__ = "Renan Siqueira Antonio"
4040
__license__ = "MIT"

0 commit comments

Comments
 (0)