Skip to content

Commit

Permalink
v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 7, 2024
1 parent f9f5163 commit 97327a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.26.3 (2024-09-07)

## plugins

- [calculator_qalculate]
- Add option: Units in global query
- Add option: Functions in global query
- [python]
- Proper venv isolation
- Fix excluding regex breaking aur builds
- No quotes around logs

v0.26.2 (2024-08-21)

Hotfix docs plugin cluttering output due to nonunique item id
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04

# dont touch! set by metatool
set(PROJECT_VERSION 0.26.2)
set(PROJECT_VERSION 0.26.3)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 97327a8

Please sign in to comment.