Skip to content

Commit 1940c62

Browse files
committed
history update
1 parent fce9044 commit 1940c62

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
- Added some basic test for persistent namespaces
88
- Add request context logging for failed HASS calls - contributed by [ekutner](https://github.com/ekutner)
99
- Reload modified apps on SIGUSR2 - contributed by [chatziko](https://github.com/chatziko)
10+
- Transitioned project tooling to use [uv](https://docs.astral.sh/uv/)
11+
- Dependency management with ``uv.lock`` instead of requirements.txt files.
12+
- Dockerfile uses uv to install dependencies and run AppDaemon
13+
- CI pipelines using GitHub Actions now use [`astral-sh/setup-uv`](https://github.com/astral-sh/setup-uv)
14+
- VSCode tasks use uv to launch things.
1015

1116
**Fixes**
1217

@@ -19,7 +24,7 @@
1924
- Fix production mode and scheduler race - contributed by [cebtenzzre](https://github.com/cebtenzzre)
2025
- Fix scheduler crash - contributed by [cebtenzzre](https://github.com/cebtenzzre)
2126
- Fix startup when no plugins are configured - contributed by [cebtenzzre](https://github.com/cebtenzzre)
22-
- Fix entity persistencre - contributed by [cebtenzzre](https://github.com/cebtenzzre)
27+
- Fix entity persistence - contributed by [cebtenzzre](https://github.com/cebtenzzre)
2328

2429
**Features**
2530

0 commit comments

Comments
 (0)