diff --git a/CHANGELOG.md b/CHANGELOG.md index 8038354..7da0178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog + 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). -## [Unreleased] +## [0.1.0] - 2021-01-08 + +### Added * Generate Gitlab-compatible junit xml reports * Specify name format for lists in test names * Specify delimiter for lists in test names * Specify file path for report output - - - +[Unreleased]: https://github.com/BinaryDefense/BinaryDefense.Junit.Expecto.TestLogger/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/BinaryDefense/BinaryDefense.Junit.Expecto.TestLogger/releases/tag/v0.1.0 diff --git a/src/BinaryDefense.Junit.Expecto.TestLogger/AssemblyInfo.fs b/src/BinaryDefense.Junit.Expecto.TestLogger/AssemblyInfo.fs index a02678b..31ab99d 100644 --- a/src/BinaryDefense.Junit.Expecto.TestLogger/AssemblyInfo.fs +++ b/src/BinaryDefense.Junit.Expecto.TestLogger/AssemblyInfo.fs @@ -9,7 +9,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation = let [] AssemblyFileVersion = "0.1.0" let [] AssemblyInformationalVersion = "0.1.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "50393b9290bcf8c019ff232b7adc21ec3fffa6e6" + let [] AssemblyMetadata_GitHash = "04167b9df94781bdb011b5a553782ad5f775a90a"