diff --git a/.gitignore b/.gitignore index d03af6e..54ab548 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ build/ .terraform.d .aws .bash_history -.cache \ No newline at end of file +.cache +/.coverage diff --git a/CHANGELOG.md b/CHANGELOG.md index 145e328..53d0952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] ### Changed - Project migrated to https://github.com/podaac/net2cog - [issues/4](https://github.com/podaac/net2cog/issues/4): Updated UMM-S record for net2cog service @@ -26,3 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0-alpha.11] - 11 May 2020 ### Added - Setup process for deploying the netcdf reformatter to SIT using Terraform deployment via Jenkins. In order to accomplish this I setup unique terraform naming conventions for the netcdf converter while maintaining the same terraform config as l2ss. Updated the jenkins logic to allow for SIT deployment testing. + + +[Unreleased]: https://github.com/podaac/net2cog/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/podaac/net2cog/compare/eabb00704a6fc693aa4d79536dc5c5354c6de4d9...v0.3.0 \ No newline at end of file