Skip to content

Commit 72f9c42

Browse files
committed
Bump version to 0.13.0
1 parent a3b03b3 commit 72f9c42

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
66

77
## [Unreleased] - TBD
88

9+
## [0.13.0] - 2022-06-26
10+
911
- Allow specifying holidays on each invocation. ([#217], [#180])
1012

1113
## [0.12.0] - 2022-06-07
@@ -126,7 +128,8 @@ No documentation yet, contributions welcome.
126128

127129
No documentation yet, contributions welcome.
128130

129-
[Unreleased]: https://github.com/bokmann/business_time/compare/v0.12.0..HEAD
131+
[Unreleased]: https://github.com/bokmann/business_time/compare/v0.13.0..HEAD
132+
[0.13.0]: https://github.com/bokmann/business_time/compare/v0.12.0..v0.13.0
130133
[0.12.0]: https://github.com/bokmann/business_time/compare/v0.11.0..v0.12.0
131134
[0.11.0]: https://github.com/bokmann/business_time/compare/v0.10.0..v0.11.0
132135
[0.10.0]: https://github.com/bokmann/business_time/compare/v0.9.3..v0.10.0

Diff for: lib/business_time/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BusinessTime
2-
VERSION = "0.12.0"
2+
VERSION = "0.13.0"
33
end

0 commit comments

Comments
 (0)