Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
## [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
  • Loading branch information
Max Paige committed Jan 8, 2021
1 parent 04167b9 commit 6164d8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/BinaryDefense.Junit.Expecto.TestLogger/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
[<assembly: AssemblyInformationalVersionAttribute("0.1.0")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","50393b9290bcf8c019ff232b7adc21ec3fffa6e6")>]
[<assembly: AssemblyMetadataAttribute("GitHash","04167b9df94781bdb011b5a553782ad5f775a90a")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.1.0"
let [<Literal>] AssemblyInformationalVersion = "0.1.0"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "50393b9290bcf8c019ff232b7adc21ec3fffa6e6"
let [<Literal>] AssemblyMetadata_GitHash = "04167b9df94781bdb011b5a553782ad5f775a90a"

0 comments on commit 6164d8d

Please sign in to comment.