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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.4.0] - 2026-08-04

### Added

- Make the command optional in `wco exec`. `wco exec 2.1` — or `wco exec php` —
Expand Down Expand Up @@ -159,8 +161,9 @@ and this project follows [Semantic Versioning](https://semver.org/).
- Configurable Compose files, environment templates, and worktree validation.
- Port inspection and explicit reallocation commands.

[Unreleased]: https://github.com/rdlugs/worktree-compose/compare/v1.3.0...HEAD
[1.2.1]: https://github.com/rdlugs/worktree-compose/compare/v1.2.1...v1.3.0
[Unreleased]: https://github.com/rdlugs/worktree-compose/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/rdlugs/worktree-compose/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/rdlugs/worktree-compose/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/rdlugs/worktree-compose/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/rdlugs/worktree-compose/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/rdlugs/worktree-compose/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "wco"
version = "1.3.0"
version = "1.4.0"
description = "Run a central Docker Compose stack against the current Git worktree"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion src/wco/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""wco package."""

__version__ = "1.3.0"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.