From 57d523696fe8bab162e4b2993ebe39df33010488 Mon Sep 17 00:00:00 2001 From: nwronski Date: Tue, 27 Oct 2015 00:05:24 -0400 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1fb76..4a3f2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index d06dd4e..92765ee 100644 --- a/package.json +++ b/package.json @@ -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)"