Skip to content

Commit e672314

Browse files
authored
chore: bump jac-client version to 0.2.3 and update jaclang dependency (#3555)
## **Description**
1 parent 682007e commit e672314

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

docs/docs/communityhub/release_notes/jac-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This document provides a summary of new features, improvements, and bug fixes in each version of **Jac-Client**. For details on changes that might require updates to your existing code, please refer to the [Breaking Changes](../breaking_changes.md) page.
44

55

6-
## jac-client 0.2.3 (Unreleased)
6+
## jac-client 0.2.4 (Unreleased)
77

8-
## jac-client 0.2.2 (Latest Release)
8+
## jac-client 0.2.3 (Latest Release)
99

1010
- **Nested Folder Structure Preservation**: Implemented folder structure preservation during compilation, similar to TypeScript transpilation. Files in nested directories now maintain their relative paths in the compiled output, enabling proper relative imports across multiple directory levels and preventing file name conflicts. This allows developers to organize code in nested folders just like in modern JavaScript/TypeScript projects.
1111

jac-byllm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
keywords = ["llm", "jaclang", "jaseci", "byLLM"]
1010

1111
[tool.poetry.dependencies]
12-
jaclang = ">=0.9.2"
12+
jaclang = ">=0.9.3"
1313
litellm = ">=1.75.5.post1, <1.80.0"
1414
loguru = "~0.7.2"
1515
pillow = "~10.4.0"

jac-client/pyproject.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
[tool.poetry]
22
name = "jac-client"
3-
version = "0.2.2"
4-
description = ""
3+
version = "0.2.3"
4+
description = "Build full-stack web applications with Jac - one language for frontend and backend."
55
authors = ["Jason Mars <[email protected]>"]
6+
maintainers = ["Jason Mars <[email protected]>"]
7+
license = "MIT"
68
readme = "README.md"
9+
keywords = [
10+
"jac",
11+
"jaclang",
12+
"jaseci",
13+
"frontend",
14+
"full-stack",
15+
"web-development",
16+
]
17+
repository = "https://github.com/Jaseci-Labs/jaseci"
18+
homepage = "https://jaseci.org"
19+
documentation = "https://jac-lang.org"
720
packages = [{include = "jac_client"}]
821

922
[tool.poetry.dependencies]
1023
python = "^3.12.0"
11-
jaclang = "0.9.2"
24+
jaclang = "0.9.3"
1225

1326
[tool.poetry.group.dev.dependencies]
1427
python-dotenv = "1.0.1"

jaseci-package/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ packages = [{ include = "jaseci" }]
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.11.0"
29-
jaclang = "^0.9.2"
29+
jaclang = "^0.9.3"
3030
byllm = "^0.4.8"
31-
jac-client = "^0.2.2"
31+
jac-client = "^0.2.3"
3232
jac-streamlit = "^0.0.5"
3333

3434

0 commit comments

Comments
 (0)