Skip to content

Commit f13bdf4

Browse files
authored
Merge pull request #38 from intersystems/tweak-versioning-pre-release-3.1.0
Update module.xml, CHANGELOG.md
2 parents 7cc4f4b + 9ff21d2 commit f13bdf4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.2.0] - 2024-07-05
8+
## [3.1.0] - 2024-07-05
99

1010
### 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
1611
- #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
1713

1814
### Fixed
1915
- #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.

module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Export generator="Cache" version="25">
33
<Document name="TestCoverage.ZPM"><Module>
44
<Name>TestCoverage</Name>
5-
<Version>3.2.0</Version>
5+
<Version>3.1.0</Version>
66
<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>
77
<Packaging>module</Packaging>
88
<Resource Name="TestCoverage.PKG" Directory="cls" />

0 commit comments

Comments
 (0)