Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Feb 23, 2018
1 parent c414af2 commit 325b97d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2018-02-23
### Fixed
- Update git submodules when upgrading Omeka
- Fix command upgrade when there is no database migrations
- Make tests pass with Omeka 2.6 and PHP 7.2

### Changed
- Updated composer dependencies

## [1.0.0-beta.1] - 2017-11-27
### Changed
- Command 'info' renamed to 'status' and now shows only the number of installed
Expand Down Expand Up @@ -279,6 +288,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.0 - 2016-12-11

[1.0.0]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-beta.1...v1.0.0
[1.0.0-beta.1]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.6...v1.0.0-beta.1
[1.0.0-alpha.6]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
[1.0.0-alpha.5]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands.

```sh
# For the latest released version
composer global require biblibre/omeka-cli:@beta # No stable releases yet!
composer global require biblibre/omeka-cli

# For the latest dev version
composer global require biblibre/omeka-cli:@dev
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

define('OMEKACLI_VERSION', '1.0.0-beta.1');
define('OMEKACLI_VERSION', '1.0.0');

0 comments on commit 325b97d

Please sign in to comment.