Skip to content

Commit

Permalink
bumps to 0.2.3.0
Browse files Browse the repository at this point in the history
adds JSON support

Signed-off-by: Fred Zimmerman <[email protected]>
  • Loading branch information
Fred Zimmerman committed Aug 24, 2024
1 parent d2eda0e commit 610e9f6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Codexes2Gemini/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ def ensure_directory_exists(directory_path):
ensure_directory_exists("userspaces")
ensure_directory_exists("userspaces/self")

__version__ = "0.2.2.19"
__version__ = "0.2.3.0"
__announcements__ = """
- Adds chardet to required packages
---
- **Improves packaging of resources to avoid file not found errors**, ensure forward compatibility.
- Streamlines logging.
- Adds self-identification.
- PromptPlans are refactored to PromptGroups to make function more clear.
- Simple JSON objects may now be updated and their text tokenized.
"""

0 comments on commit 610e9f6

Please sign in to comment.