Skip to content

Commit 0342cf8

Browse files
committed
chore: prepare release v3.0.4
1 parent 0e62f5d commit 0342cf8

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.4] - 2025-09-25
11+
12+
### Fixed
13+
- Fixed post-pull script functionality by properly handling the --script flag in the add command
14+
- Script parameter is now correctly passed to repository configuration
15+
16+
### Changed
17+
- Updated README.md with clearer documentation
18+
1019
## [v3.0.3] - 2025-09-23
1120

1221
### Changed
@@ -114,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114123
- SSH key authentication
115124
- Configuration file support
116125

117-
[Unreleased]: https://github.com/simonjcarr/spdeploy/compare/v3.0.3...HEAD
126+
[Unreleased]: https://github.com/simonjcarr/spdeploy/compare/v3.0.4...HEAD
127+
[v3.0.4]: https://github.com/simonjcarr/spdeploy/compare/v3.0.3...v3.0.4
118128
[v3.0.3]: https://github.com/simonjcarr/spdeploy/compare/v3.0.2...v3.0.3
119129
[v3.0.2]: https://github.com/simonjcarr/spdeploy/compare/v3.0.1...v3.0.2
120130
[v3.0.1]: https://github.com/simonjcarr/spdeploy/compare/v3.0.0...v3.0.1

VERSION

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

0 commit comments

Comments
 (0)