Skip to content

Commit 165a98f

Browse files
author
Alexander Obuhovich
committed
User settings were lost during config upgrade
1 parent 3882159 commit 165a98f

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ 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.1.0] - 2016-03-19
16+
### Added
717
- Added `repository-connector.last-revision-cache-duration` config setting ("10 minutes" by default), for specifying time for how long repository should not be queried for new revisions. Set according to commit/merge frequency for your repository.
818

919
### Changed
1020
- The last revision from repository is now cached for 10 instead of 25 minutes (helps, when doing many merged in short period of time).
1121

1222
### Fixed
13-
...
23+
- User config settings were lost during config upgrade process, when new default settings were added.
1424

1525
## [0.0.4] - 2015-12-04
1626
### Added

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "console-helpers/svn-buddy",
33
"description": "Easier way to control work with Subversion repositories from command-line",
4+
"keywords": ["subversion", "svn", "cli"],
45
"license": "BSD 3-Clause",
56
"authors": [
67
{
@@ -10,7 +11,7 @@
1011
],
1112
"require": {
1213
"symfony/process": ">=2.7",
13-
"console-helpers/console-kit": "^0.0.2"
14+
"console-helpers/console-kit": "^0.1"
1415
},
1516
"require-dev": {
1617
"aik099/coding-standard": "dev-master"
@@ -25,5 +26,10 @@
2526
"Tests\\ConsoleHelpers\\SVNBuddy\\": "tests/SVNBuddy/"
2627
}
2728
},
29+
"extra": {
30+
"branch-alias": {
31+
"dev-master": "0.1.x-dev"
32+
}
33+
},
2834
"bin": ["bin/svn-buddy"]
2935
}

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)