Skip to content

Commit c76081b

Browse files
author
semantic-release
committed
0.4.3
Automatically generated by python-semantic-release
1 parent d719a72 commit c76081b

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v0.4.3 (2025-04-07)
6+
7+
### Chore
8+
9+
* chore: fix nb path in docs link (#132) ([`8d85b59`](https://github.com/Krande/adapy/commit/8d85b5972e4e864d37bab7871b6a4c5f605bcc72))
10+
11+
### Fix
12+
13+
* fix: logging should only affect ada-py namespace (#133) ([`d719a72`](https://github.com/Krande/adapy/commit/d719a72052734656afbc7770354ec1fe2353e521))
14+
15+
516
## v0.4.2 (2025-03-27)
617

718
### Fix

pyproject.toml

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

55
[project]
66
name = "ada-py"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
authors = [
99
{ name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" },
1010
]

src/frontend/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ada-py-viewer",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"scripts": {
66
"prebuild": "node clean.cjs",

0 commit comments

Comments
 (0)