From b090e597495bf3d1e5a360a8eaca2d4253ffb7b2 Mon Sep 17 00:00:00 2001 From: Winston Olson-Duvall Date: Fri, 18 Mar 2022 13:36:23 -0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f276157..5cd4443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.0](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/compare/v1.1.0...v1.2.0) + +> 18 March 2022 + +- Add raw waterfall script [`37f5a31`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/37f5a314e622432c0413d84caa0c0fd9183f6cc9) +- Fix PEP8 [`0ccb1f1`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/0ccb1f1cd9170e560227d7f59302f5640dd1d305) +- Incrememnt line count by 2 if from processed partition AND coadd is enabled. [`365ac46`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/365ac462f0ae1baa5f9e2f9bb48f449c127937ae) + #### [v1.1.0](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/compare/v1.0.0...v1.1.0) > 28 February 2022 +- Merge develop to main for v1.1.0 [`#19`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/pull/19) - CCSDS format change [`#18`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/pull/18) +- CCSDS format change [`#17`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/pull/17) - Add pad_byte_flag and use it to get and set data property to include the garbage pad byte or not. [`eb182c3`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/eb182c36b5f34c70586799cee9d6e9327f67ddcb) +- Update changelog. [`b037da5`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/b037da57e32452c67848adf196b5181e9ee6d236) - Update version to 1.1.0 [`401c442`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/401c4420350206989053e70fc876d693ae458d42) -- Fix PEP8 issue. [`9f57ace`](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/commit/9f57ace79133eab718a96f060c7503154eda2d46) ### [v1.0.0](https://github.jpl.nasa.gov/emit-sds/emit-sds-l1a/compare/v0.4.1...v1.0.0)