Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

94 lines (62 loc) · 2.48 KB

Changelog

This has been deprecated until I can automate it, for now please see the GitHub releases.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

0.5.0 - 03/14/2021

Added

  • Jenkins Instance Package
  • Precommit for local CICD

0.2.9 - 03/12/2021

Added

  • Functional testing

Changed

  • CICD Release workflow

0.2.2 - 10/27/2020

Changed

  • Use classes instead of global vars

Removed

  • Unit Testing for now

0.2.1 - 08/28/2020

Added

  • Code coverage to gradle and github workflow

Removed

  • v from tag format because the v causes issues with maven central

0.2.0 - 08/27/2020

Changed

  • Release workflow to publish to maven central

Added

  • Installation and usage instructions to README

0.1.2 - 08/27/2020

Changed

  • Updated Readme to include installation and usage.
  • Release workflow to publish library to maven central.

0.1.1 - 08/25/2020

Changed

  • Update the changelog

Removed

  • Release Canidates from Release Process for now

0.1.0-RC - 08/25/2020

Added

  • Global Var to execute bash scripts
  • Automated Release Process with Github Actions

0.0.1 - 06/06/2020

Added

  • Global var log for basic logging
  • GitHub workflow for unit testing
  • This changelog