Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Oct 27, 2015
1 parent 52bf268 commit 57d5236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v0.3.1] - 2015-10-27
### Fixed
- Entire `stdout` buffer was being saved to memory for each child process which was a large amount of data for each transcoding operation. Now only the most recent chunk of lines from a child process `stdout` is saved in memory.

## [v0.3.0] - 2015-10-26
### Added
- Now functions correctly in Windows. Tested in Windows 10 x64.
Expand Down Expand Up @@ -51,7 +55,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/v0.3.0...HEAD
[unreleased]: https://github.com/nwronski/batch-transcode-video/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/nwronski/batch-transcode-video/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/nwronski/batch-transcode-video/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/nwronski/batch-transcode-video/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/nwronski/batch-transcode-video/releases/tag/v0.2.0
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": "0.3.0",
"version": "0.3.1",
"description": "Batch transcode videos using the video_transcoding gem",
"contributors": [
"Nick Wronski (https://github.com/nwronski)"
Expand Down

0 comments on commit 57d5236

Please sign in to comment.