Skip to content

Commit 3436411

Browse files
committed
release: v0.5.0
1 parent 3f8bf59 commit 3436411

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

data-machine-code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Code
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-code
55
* Description: Developer tools extension for Data Machine. GitHub integration, workspace management, git operations, and code tools for WordPress AI agents.
6-
* Version: 0.4.0
6+
* Version: 0.5.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Requires Plugins: data-machine
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_CODE_VERSION', '0.4.0' );
21+
define( 'DATAMACHINE_CODE_VERSION', '0.5.0' );
2222
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to Data Machine Code will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.5.0] - 2026-04-17
66

77
### Added
88
- Worktree-native workspace: each branch lives in its own directory at `<workspace>/<repo>@<branch-slug>`. Multiple agent sessions can edit different branches of the same repo simultaneously.
@@ -11,6 +11,7 @@ All notable changes to Data Machine Code will be documented in this file.
1111
- All read/write/git abilities accept the new `<repo>@<branch-slug>` handle format alongside bare repo names.
1212
- Pure-PHP smoke test for handle parsing and slug generation (`tests/smoke-worktree-handles.php`).
1313
- Manual end-to-end test plan (`tests/TESTING.md`).
14+
- worktree-native workspace for parallel branch work
1415

1516
### Changed
1617
- `clone` rejects names containing `@` — that suffix is reserved for worktrees.

0 commit comments

Comments
 (0)