Skip to content

Commit 3abf521

Browse files
committed
Add changelog entry; bump python version
1 parent ca8865c commit 3abf521

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.3 Python Client -- 2025-03-01
4+
5+
- Fixed a bug where the windows binary path was still incorrect (thanks @daidalvi)
6+
37
## 0.0.2 Python Client; 1.0.1-rc.1 Deno Client; 0.3.0 binary -- 2025-02-23
48

59
Binary
@@ -27,8 +31,8 @@ Deno Client
2731

2832
- Added new logging that can be triggered with the `LOG_LEVEL` environment variable
2933

30-
- [BREAKING] Changed some typenames/zod schemas not to include `Webview` in the name.
31-
- [BREAKING] Updated code generation to support multiple clients which necessitated a breaking change for the Deno client.
34+
- [BREAKING] Changed some typenames/zod schemas not to include `Webview` in the name.
35+
- [BREAKING] Updated code generation to support multiple clients which necessitated a breaking change for the Deno client.
3236

3337
```diff
3438
using webview = await createWebView({
@@ -41,7 +45,7 @@ Deno Client
4145
"console.log('This is printed from initializationScript!')",
4246
});
4347
```
44-
`html` or `url` must be wrapped in an object and passed to `load`.
48+
`html` or `url` must be wrapped in an object and passed to `load`.
4549

4650
## 0.0.17 (binary 0.1.14) -- 2024-10-02
4751

src/clients/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "justbe-webview"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
description = "A simple webview client"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)