Skip to content

Commit

Permalink
Version bump to v1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Nov 10, 2015
1 parent 6670eaa commit 4fd8a25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v1.0.4] - 2015-11-09
### Fixed
- Do not show counts of 0 in `fileStatusLine()`.
- Do not show bitrate in summary output unless write was successful.

## [v1.0.3] - 2015-11-09
### Added
- New metrics added to CLI mode summary output:
Expand Down Expand Up @@ -113,7 +118,8 @@ All notable changes to this project will be documented in this file.
- `--quiet` flag
Log only file writes, errors, and finish (e.g.: success, failure) messages.

[unreleased]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.3...HEAD
[unreleased]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.4...HEAD
[v1.0.4]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.3...v1.0.4
[v1.0.3]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.2...v1.0.3
[v1.0.2]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/nwronski/batch-transcode-video/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "batch-transcode-video",
"version": "1.0.3",
"version": "1.0.4",
"description": "Batch transcode videos using the video_transcoding gem.",
"contributors": [
"Nick Wronski (https://github.com/nwronski)"
Expand Down

0 comments on commit 4fd8a25

Please sign in to comment.