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.3.7"
".": "0.3.8"
}
19 changes: 19 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.8](https://github.com/Aureliolo/synthorg/compare/v0.3.7...v0.3.8) (2026-03-19)
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

The release date is set to a future date (2026-03-19). This is likely due to a misconfiguration in the release automation process and could be misleading to users. This issue also seems to be present for the previous release version.



### Features

* dynamic settings UI with auto-discovery and basic/advanced toggle ([#600](https://github.com/Aureliolo/synthorg/issues/600)) ([11b32b7](https://github.com/Aureliolo/synthorg/commit/11b32b7b486e7a9145cb14a63067d04b63150235))


### Bug Fixes

* **ci:** remove dst: . from GoReleaser archive config ([#598](https://github.com/Aureliolo/synthorg/issues/598)) ([c8bf862](https://github.com/Aureliolo/synthorg/commit/c8bf862ae4a17680911241b2f543628054cfe9c4))
* **engine:** wire compaction_callback and plan_execute_config through auto-selection ([#601](https://github.com/Aureliolo/synthorg/issues/601)) ([795327f](https://github.com/Aureliolo/synthorg/commit/795327f33364d276c723aea1dc5ff93f4fa0226e))
* harden setup wizard completion and status checks ([#616](https://github.com/Aureliolo/synthorg/issues/616)) ([d99d7b7](https://github.com/Aureliolo/synthorg/commit/d99d7b7f22de60113fda657ab7fe39e83dcbd0ba))


### Maintenance

* add /codebase-audit skill for deep parallel codebase auditing ([#613](https://github.com/Aureliolo/synthorg/issues/613)) ([db02320](https://github.com/Aureliolo/synthorg/commit/db0232081b0c24a61784538d430a84167587f023))

## [0.3.7](https://github.com/Aureliolo/synthorg/compare/v0.3.6...v0.3.7) (2026-03-19)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ venv = ".venv"
# ---------------------------------------------------------------------------
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.7" # x-release-please-version
version = "0.3.8" # 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.3.7" # x-release-please-version
__version__ = "0.3.8" # x-release-please-version
Loading