From 9ff21d2850bb5e0ffdcc2a011bc62030d5af8eea Mon Sep 17 00:00:00 2001 From: isc-tleavitt <73311181+isc-tleavitt@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:40:51 -0400 Subject: [PATCH] Update module.xml, CHANGELOG.md --- CHANGELOG.md | 8 ++------ module.xml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0564cef..1f2b161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,11 @@ All notable changes to this project will be documented in this file. 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). -## [3.2.0] - 2024-07-05 +## [3.1.0] - 2024-07-05 ### Added -- #14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace - -## [3.1.0] - 2024-01-17 - -### Changed - #23: Allow CoverageClasses and CoverageRoutines to be specified as %DynamicArray in addition to $ListBuild() lists. +- #14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace ### Fixed - #24: Whenever a new tag is created, a new release will be published using the tag string as its version. The release also comes with an export of the TestCoverage package in XML. diff --git a/module.xml b/module.xml index 55a559a..9ed8a0f 100644 --- a/module.xml +++ b/module.xml @@ -2,7 +2,7 @@ TestCoverage - 3.2.0 + 3.1.0 Run your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. module