Skip to content

Commit

Permalink
Prepared 1.1.1 release
Browse files Browse the repository at this point in the history
* Version bump
* Updated change log
* composer update
  • Loading branch information
j13k committed Nov 11, 2016
1 parent 9efb848 commit 39b4b93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
30 changes: 6 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,19 @@
# Changelog

## [1.1.1] - 2016-11-11

### Added
- Switched to full array notation, allowing legacy PHP support
- composer update tracks latest Symfony 3 YAML in local sandbox (composer.lock)

## [1.1.0] - 2016-09-12

### Added
- Support for reading from stdin
- box.json manifest for building PHAR binaries
- Enabled support for Symfony 3 YAML component

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## [1.0.0] - 2016-03-02

### Added
- Initial release

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/yaml-lint.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Yaml\Yaml;

define('APP_NAME', 'yaml-lint');
define('APP_VERSION', '1.1.0');
define('APP_VERSION', '1.1.1');

define('ANSI_BLD', 01);
define('ANSI_UDL', 04);
Expand Down

0 comments on commit 39b4b93

Please sign in to comment.