Skip to content

Commit 88b3348

Browse files
committed
chore: bump v0.3.23
1 parent 1e8db0a commit 88b3348

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.23] - 2026-08-02
4+
5+
### Added
6+
- Project list now spans every organisation you belong to
7+
- Sortable organisation column and filter on the project list
8+
- Sidebar and breadcrumb show which organisation is active
9+
10+
### Changed
11+
- `GET /api/v1/projects/` returns projects from all your organisations
12+
- Admin token now lists projects from every organisation
13+
14+
### Fixed
15+
- Project links from another of your organisations no longer 404
16+
- Releases and events pages were empty for cross-organisation projects
17+
- Owning one organisation no longer grants owner rights in another
18+
319
## [0.3.22] - 2026-08-01
420

521
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackpit"
3-
version = "0.3.22"
3+
version = "0.3.23"
44
edition = "2021"
55
rust-version = "1.94"
66
description = "Lightweight, self-hosted error tracking and event monitoring"

0 commit comments

Comments
 (0)