Skip to content

Commit

Permalink
Released 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 14, 2022
1 parent dfeaf4e commit 6cfcc2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4] - 2022-04-14
### Fixed
- `Get-ElapsedBusinessTime` did not return correct result when either the start date or end date were outside of business hours
- Added line breaks in between each line for all comment based help
Expand All @@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/codaamok/PSBusinessTime/compare/0.1.2..HEAD
[Unreleased]: https://github.com/codaamok/PSBusinessTime/compare/0.1.4..HEAD
[0.1.4]: https://github.com/codaamok/PSBusinessTime/compare/0.1.2..0.1.4
[0.1.2]: https://github.com/codaamok/PSBusinessTime/compare/0.1.1..0.1.2
[0.1.1]: https://github.com/codaamok/PSBusinessTime/compare/0.1.0..0.1.1
[0.1.0]: https://github.com/codaamok/PSBusinessTime/tree/0.1.0
7 changes: 4 additions & 3 deletions src/PSBusinessTime.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Adam Cook (@codaamok)
#
# Generated on: 04/13/2022
# Generated on: 04/14/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSBusinessTime.psm1'

# Version number of this module.
ModuleVersion = '0.1.2'
ModuleVersion = '0.1.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -108,7 +108,8 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = '# Fixed
- Get-ElapsedBusinessTime did not return correct result where the number of working days between -StartDate and -EndDate was 1 but the date range spanned more than 1 calendar day, e.g. Sunday through to Monday.'
- Get-ElapsedBusinessTime did not return correct result when either the start date or end date were outside of business hours
- Added line breaks in between each line for all comment based help'

# Prerelease string of this module
# Prerelease = ''
Expand Down

0 comments on commit 6cfcc2c

Please sign in to comment.