tasty-ant-xml 1.0.0.2 → 1.0.0.3
raw patch · 2 files changed
+18/−1 lines, 2 files
Files
- Changelog.md +16/−0
- tasty-ant-xml.cabal +2/−1
+ Changelog.md view
@@ -0,0 +1,16 @@+# 1.0.0.3++* Change the .cabal file to include Changelog.md in source distribution.++# 1.0.0.2++* This version contains only changes to documentation.++# 1.0.0.1++* This version contains only changes to documentation.++# 1.0.0++* Initial public release. Able to run a `TestTree` and produce XML that can be+ understood by Jenkins.
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.0.0.2+version: 1.0.0.3 synopsis: Render tasty output to XML for Jenkins description: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. homepage: http://github.com/ocharles/tasty-ant-xml@@ -11,6 +11,7 @@ category: Testing build-type: Simple cabal-version: >=1.10+extra-source-files: Changelog.md library exposed-modules: Test.Tasty.Runners.AntXML