Skip to content

Commit 4233bbf

Browse files
committed
Bump version 1.0.0-alpha.5
1 parent c7fd622 commit 4233bbf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.0-alpha.5] - 2017-11-09
88
## Changed
99
- Commands plugin-activate and plugin-install are merged into plugin-enable
10+
- Some commands aliases are modified
1011

1112
## [1.0.0-alpha.4] - 2017-10-30
1213
## Added
@@ -266,7 +267,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
266267

267268
## 0.1.0 - 2016-12-11
268269

269-
[Unreleased]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...HEAD
270+
[1.0.0-alpha.5]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
270271
[1.0.0-alpha.4]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
271272
[1.0.0-alpha.3]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
272273
[1.0.0-alpha.2]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.1...v1.0.0-alpha.2

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
require_once __DIR__ . '/vendor/autoload.php';
77
}
88

9-
define('OMEKACLI_VERSION', '1.0.0-alpha.4');
9+
define('OMEKACLI_VERSION', '1.0.0-alpha.5');

0 commit comments

Comments
 (0)