Skip to content

Commit 0153b51

Browse files
chore(release): v34.0.2
1 parent 8f2a693 commit 0153b51

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v34.0.2 (2026-01-21)
2+
3+
### Fixes
4+
5+
#### Plugins
6+
7+
- **Applications** · Non persistent and ineffective applications options
8+
- **Python plugins**
9+
- Pip freeze parsing
10+
- Reset venv when Python version changed
11+
- Handle errors of process executions
12+
13+
### Documentation
14+
15+
- Give the albert namespace a docstring
16+
- Remove reference to ExtensionRegistry
17+
18+
### Miscellaneous Tasks
19+
20+
#### Core
21+
22+
- Codesign bundle with local certificate
23+
24+
#### Plugins
25+
26+
- **Python plugins**
27+
- Instantiate plugins on main thread
28+
- Drop dynamic dependecy installation
29+
30+
131
## v34.0.1 (2026-01-19)
232

333
### Fixes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.26) # Required by BUILD_LOCAL_INTERFACE generator expression
44

55
# dont touch! set by metatool
6-
set(PROJECT_VERSION 34.0.1)
6+
set(PROJECT_VERSION 34.0.2)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

0 commit comments

Comments
 (0)