Skip to content

Commit 5eafad7

Browse files
chore(main): release 0.4.1 (#13)
2 parents bf621c1 + 4ea80ce commit 5eafad7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [0.4.1](https://github.com/dedalus-labs/wingman/compare/v0.4.0...v0.4.1) (2026-01-09)
9+
10+
11+
### Bug Fixes
12+
13+
* remote bulletin fetching logic ([bf621c1](https://github.com/dedalus-labs/wingman/commit/bf621c19468c0c4311ab332629a559e4956d4d44))
14+
815
## [0.4.0](https://github.com/dedalus-labs/wingman/compare/v0.3.0...v0.4.0) (2026-01-09)
916

1017

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "uv_build"
88

99
[project]
1010
name = "wingman-cli"
11-
version = "0.4.0"
11+
version = "0.4.1"
1212
description = "AI-powered TUI coding assistant for the terminal"
1313
readme = "README.md"
1414
requires-python = ">=3.10"

0 commit comments

Comments
 (0)