You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [3.2.0] - 2024-07-05
8
+
## [3.1.0] - 2024-07-05
9
9
10
10
### Added
11
-
-#14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace
12
-
13
-
## [3.1.0] - 2024-01-17
14
-
15
-
### Changed
16
11
-#23: Allow CoverageClasses and CoverageRoutines to be specified as %DynamicArray in addition to $ListBuild() lists.
12
+
-#14: Added a straightforward way to find and track coverage on all interoperability processes in the current namespace
17
13
18
14
### Fixed
19
15
-#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.
Copy file name to clipboardExpand all lines: module.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<Exportgenerator="Cache"version="25">
3
3
<Documentname="TestCoverage.ZPM"><Module>
4
4
<Name>TestCoverage</Name>
5
-
<Version>3.2.0</Version>
5
+
<Version>3.1.0</Version>
6
6
<Description>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.</Description>
0 commit comments