Skip to content

Commit ee95991

Browse files
committed
bump deno and python versions; add changelog entry
1 parent 8dfb1ff commit ee95991

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.4 Python Client; 1.0.1-rc.2 Deno Client; 0.3.1 binary -- 2025-03-05
4+
5+
- Fixed a bug that caused webview to fail to open on linux
6+
- Upgraded various native dependencies
7+
38
## 0.0.3 Python Client -- 2025-03-01
49

510
- Fixed a bug where the windows binary path was still incorrect (thanks @daidalvi)

src/clients/deno/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@justbe/webview",
33
"exports": "./main.ts",
44
"license": "MIT",
5-
"version": "1.0.1-rc.1",
5+
"version": "1.0.1-rc.2",
66
"publish": {
77
"include": ["README.md", "LICENSE", "*.ts", "schemas/*.ts"]
88
},

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.3"
7+
version = "0.0.4"
88
description = "A simple webview client"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)