Skip to content

Commit 52d04d9

Browse files
committed
Prepare 0.7.0 release
1 parent 5bb488e commit 52d04d9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
### Added
7+
...
8+
9+
### Changed
10+
...
11+
12+
### Fixed
13+
...
14+
15+
## [0.7.0] - 2024-04-12
16+
### Added
717
- Added `-a` shortcut for the `--aggregate` option of the `merge` and `commit` commands.
818
- Show merged revision commit message during merge process, that is done by the `merge` command.
919
- Added `--exclude-bugs` and `--exclude-revisions` options to the `merge` command for better versatility.
@@ -275,7 +285,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
275285
- Initial release.
276286
- Adding `aggregate`, `cleanup`, `commit`, `log`, `merge` and `revert` commands.
277287

278-
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.6.1...HEAD
288+
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.7.0...HEAD
289+
[0.7.0]: https://github.com/console-helpers/svn-buddy/compare/v0.6.1...v0.7.0
279290
[0.6.1]: https://github.com/console-helpers/svn-buddy/compare/v0.6.0...v0.6.1
280291
[0.6.0]: https://github.com/console-helpers/svn-buddy/compare/v0.5.2...v0.6.0
281292
[0.5.2]: https://github.com/console-helpers/svn-buddy/compare/v0.5.1...v0.5.2

0 commit comments

Comments
 (0)