Skip to content

Commit a2706f0

Browse files
authored
Prepare for 0.2.0 (#55)
* Adding branch alias and min stab=dev * Added changelog
1 parent e47cc7e commit a2706f0

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

Changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,32 @@
33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

55
## UNRELEASED
6+
7+
## 0.2.0
8+
9+
### Added
10+
11+
- `CatalogueWriter`
12+
- Commands for downloading and syncing translations
13+
- Added `Configuration` model to work with the `ConfigurationManager`.
14+
- Implementation for all methods in the `StorageService`
15+
16+
### Changed
17+
18+
- `Translation\Bundle\Service\CatalogueFetcher` moved to `Translation\Bundle\Catalogue\CatalogueFetcher`
19+
- Made most (if not all) classes final.
20+
- `CatalogueFetcher` requires a `Configuration` object.
21+
22+
### Removed
23+
24+
- Dead code in the `SymfonyProfilerController`
25+
- `FileStorage` was moved to `php-translation/symfony-storage`
26+
27+
### Fixed
28+
29+
- The bundle works without any configuration.
30+
- You may have an config named "default".
31+
32+
## 0.1.0
33+
34+
First release.

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"scripts": {
4141
"test": "vendor/bin/phpunit",
4242
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
43+
},
44+
"minimum-stability": "dev",
45+
"extra": {
46+
"branch-alias": {
47+
"dev-master": "0.3-dev"
48+
}
4349
}
4450
}

0 commit comments

Comments
 (0)