Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.9"
".": "0.3.0"
}
12 changes: 12 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/Aureliolo/synthorg/compare/v0.2.9...v0.3.0) (2026-03-16)


### Features

* **cli:** prettify status output with table, links, and --json flag ([#490](https://github.com/Aureliolo/synthorg/issues/490)) ([61fa8af](https://github.com/Aureliolo/synthorg/commit/61fa8afe55667a34eca3b53aa5604e12f15f36cd))


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line can be removed to make the changelog more compact and consistent with standard Markdown formatting.

### Bug Fixes

* **api:** don't require password change after self-service setup ([#488](https://github.com/Aureliolo/synthorg/issues/488)) ([ba13e04](https://github.com/Aureliolo/synthorg/commit/ba13e041969f71ab4dd6925a9487c91dc94776f9))

## [0.2.9](https://github.com/Aureliolo/synthorg/compare/v0.2.8...v0.2.9) (2026-03-16)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ venv = ".venv"
# ---------------------------------------------------------------------------
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.9" # x-release-please-version
version = "0.3.0" # x-release-please-version
tag_format = "v$version"

# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/synthorg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""SynthOrg - Framework for building synthetic organizations."""

__version__ = "0.2.9" # x-release-please-version
__version__ = "0.3.0" # x-release-please-version
Loading