Skip to content

Commit 44d567d

Browse files
author
Alexander Obuhovich
committed
Prepare 0.3.0 release
1 parent eaaa408 commit 44d567d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
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.3.0] - 2016-09-08
16+
### Added
717
- Added `--action` option to `log` command, that allows to search revisions by action (`A`, `M`, `R`, `D`) on a path within a revision.
818
- Added `--kind` option to `log` command, that allows to search revisions by kind (`dir` or `file`) of a path within a revision.
919
- Added ability to update application via new "self-update" command.
@@ -154,7 +164,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
154164
- Initial release.
155165
- Adding `aggregate`, `cleanup`, `commit`, `log`, `merge` and `revert` commands.
156166

157-
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.2.0...HEAD
167+
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.3.0...HEAD
168+
[0.3.0]: https://github.com/console-helpers/svn-buddy/compare/v0.2.0...v0.3.0
158169
[0.2.0]: https://github.com/console-helpers/svn-buddy/compare/v0.1.0...v0.2.0
159170
[0.1.0]: https://github.com/console-helpers/svn-buddy/compare/v0.0.4...v0.1.0
160171
[0.0.4]: https://github.com/console-helpers/svn-buddy/compare/v0.0.3...v0.0.4

0 commit comments

Comments
 (0)