Skip to content

Commit b201d35

Browse files
authored
Merge pull request #107 from PaperMtn/release/4.5.0
chore: version bump
2 parents b21f1f3 + ca82712 commit b201d35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [4.5.0] - 2026-04-28
99
### Fixed
1010
- Canvas results in `StdoutLogger` were rendered with the red `USER` colour scheme because `msg_level` was set to `'USER'` instead of `'CANVAS'`. Added a dedicated `CANVAS` style branch in `log_to_stdout`. Fixes [#90](https://github.com/PaperMtn/slack-watchman/issues/90)
1111
- Fixed `AttributeError` crash in `StdoutLogger` when logging file results with no resolved user. The user dict is now coerced via `(message.get('user') or {})` before reading `display_name`/`email`. Fixes [#91](https://github.com/PaperMtn/slack-watchman/issues/91)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "slack-watchman"
3-
version = "4.4.5"
3+
version = "4.5.0"
44
description = "Monitoring and enumerating Slack for exposed secrets"
55
authors = ["PaperMtn <me@papermtn.co.uk>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)