Skip to content

Commit a65e242

Browse files
author
Lee Hicks
committed
Merge branch 'release/0.4.0' into develop
2 parents f738610 + 7175287 commit a65e242

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.4.0] - 2017-08-17
8+
### Changed
9+
- Reworking API doc usage and generation
10+
711
## [0.3.0] - 2017-07-27
812
### Fixed
913
- DF-1144 Made DELETE behavior consistent across local and all remote file services
@@ -31,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3135

3236
First official release working with the new [dreamfactory](https://github.com/dreamfactorysoftware/dreamfactory) project.
3337

34-
[Unreleased]: https://github.com/dreamfactorysoftware/df-file/compare/0.3.0...HEAD
38+
[Unreleased]: https://github.com/dreamfactorysoftware/df-file/compare/0.4.0...HEAD
39+
[0.4.0]: https://github.com/dreamfactorysoftware/df-file/compare/0.3.0...0.4.0
3540
[0.3.0]: https://github.com/dreamfactorysoftware/df-file/compare/0.2.1...0.3.0
3641
[0.2.1]: https://github.com/dreamfactorysoftware/df-file/compare/0.2.0...0.2.1
3742
[0.2.0]: https://github.com/dreamfactorysoftware/df-file/compare/0.1.0...0.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Documentation for the file service features can be found on the [DreamFactory wi
1515
Edit your project’s composer.json to require the following package.
1616

1717
“require”:{
18-
"dreamfactory/df-file": "~0.2.0"
18+
"dreamfactory/df-file": "~0.4.0"
1919
}
2020

2121
## Feedback and Contributions

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"dreamfactory/df-core": "~0.11.0",
27+
"dreamfactory/df-core": "~0.12.0",
2828
"league/flysystem-sftp": "^1.0",
2929
"league/flysystem-webdav": "^1.0"
3030
},
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-develop": "0.3.x-dev"
41+
"dev-develop": "0.4.x-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)