Skip to content

Commit

Permalink
Merge pull request #38 from intersystems/tweak-versioning-pre-release…
Browse files Browse the repository at this point in the history
…-3.1.0

Update module.xml, CHANGELOG.md
  • Loading branch information
isc-tleavitt authored Jul 5, 2024
2 parents 7cc4f4b + 9ff21d2 commit f13bdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Export generator="Cache" version="25">
<Document name="TestCoverage.ZPM"><Module>
<Name>TestCoverage</Name>
<Version>3.2.0</Version>
<Version>3.1.0</Version>
<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>
<Packaging>module</Packaging>
<Resource Name="TestCoverage.PKG" Directory="cls" />
Expand Down

0 comments on commit f13bdf4

Please sign in to comment.