Skip to content

Commit

Permalink
Prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Obuhovich committed Sep 8, 2016
1 parent eaaa408 commit 44d567d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
...

### Changed
...

### Fixed
...

## [0.3.0] - 2016-09-08
### Added
- Added `--action` option to `log` command, that allows to search revisions by action (`A`, `M`, `R`, `D`) on a path within a revision.
- Added `--kind` option to `log` command, that allows to search revisions by kind (`dir` or `file`) of a path within a revision.
- Added ability to update application via new "self-update" command.
Expand Down Expand Up @@ -154,7 +164,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial release.
- Adding `aggregate`, `cleanup`, `commit`, `log`, `merge` and `revert` commands.

[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/console-helpers/svn-buddy/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/console-helpers/svn-buddy/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/console-helpers/svn-buddy/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/console-helpers/svn-buddy/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/console-helpers/svn-buddy/compare/v0.0.3...v0.0.4
Expand Down

0 comments on commit 44d567d

Please sign in to comment.