Skip to content

Commit 090bee3

Browse files
committed
Prepare 0.8.0 release
1 parent cc6ba5e commit 090bee3

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.8.0] - 2024-12-18
16+
### Added
717
- The `commit` command now highlights the line with a commited revision number.
818
- Added `reparse` command for reparsing data of a given revision (e.g. when it's log message was changed in repository).
919
- The SVN command cache effectiveness (how often particular cache key is being used) is now displayed in the verbose output mode.
@@ -306,7 +316,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
306316
- Initial release.
307317
- Adding `aggregate`, `cleanup`, `commit`, `log`, `merge` and `revert` commands.
308318

309-
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.7.0...HEAD
319+
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.8.0...HEAD
320+
[0.8.0]: https://github.com/console-helpers/svn-buddy/compare/v0.7.0...v0.8.0
310321
[0.7.0]: https://github.com/console-helpers/svn-buddy/compare/v0.6.1...v0.7.0
311322
[0.6.1]: https://github.com/console-helpers/svn-buddy/compare/v0.6.0...v0.6.1
312323
[0.6.0]: https://github.com/console-helpers/svn-buddy/compare/v0.5.2...v0.6.0

0 commit comments

Comments
 (0)