Skip to content

Commit 6d24102

Browse files
committed
chore: prepare release v3.0.5
1 parent 9919dd2 commit 6d24102

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v3.0.5] - 2025-09-25
11+
12+
### Added
13+
- New `status` command to check if the SPDeploy daemon is running
14+
- Status command displays daemon PID when running and provides helpful next steps
15+
16+
### Changed
17+
- Updated README.md to document the new status command
18+
1019
## [v3.0.4] - 2025-09-25
1120

1221
### Fixed
@@ -123,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123132
- SSH key authentication
124133
- Configuration file support
125134

126-
[Unreleased]: https://github.com/simonjcarr/spdeploy/compare/v3.0.4...HEAD
135+
[Unreleased]: https://github.com/simonjcarr/spdeploy/compare/v3.0.5...HEAD
136+
[v3.0.5]: https://github.com/simonjcarr/spdeploy/compare/v3.0.4...v3.0.5
127137
[v3.0.4]: https://github.com/simonjcarr/spdeploy/compare/v3.0.3...v3.0.4
128138
[v3.0.3]: https://github.com/simonjcarr/spdeploy/compare/v3.0.2...v3.0.3
129139
[v3.0.2]: https://github.com/simonjcarr/spdeploy/compare/v3.0.1...v3.0.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.4
1+
v3.0.5

0 commit comments

Comments
 (0)