Skip to content

Commit 30d1b10

Browse files
committed
chore: bump version to 0.1.1
1 parent 48def38 commit 30d1b10

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3-
## [0.1.0] - 2026-03-13
3+
## [0.1.1] - 2026-03-13
4+
5+
### Fixed
6+
7+
- Empty/non-JSON API response handling (Mautic 6.x 401 responses)
8+
- Shell completion instruction concatenation with rc file
9+
- Segments contacts endpoint path
10+
11+
### Added
12+
13+
- Phase 2 resources: forms, companies, notes, stages, assets, tags, categories, pages, webhooks, fields, reports, points
14+
- GitHub Actions CI (tests on Python 3.11/3.12/3.13) and PyPI trusted publishing
15+
16+
---
17+
18+
## [0.1.0] - 2026-03-12
419

520
### Initial Release
621

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mautic-cli"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Control Mautic from the command line or any AI coding agent."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)