Skip to content

Commit b05c8e3

Browse files
authored
Merge pull request #6 from wowinter13/release/v0.1.0
Bump version: v0.1.0
2 parents a40653f + b9559c3 commit b05c8e3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
## [0.1.0] - 2021-03-28
2+
3+
### Added
4+
* Create a basic structure for `Finance::Loan`
5+
* Implement `Finance::Loan#pmt`
6+
7+
18
## [0.0.4] - 2021-03-25
29

310
### Added
4-
* Implement Finance::Calculations#mirr
11+
* Implement `Finance::Calculations#mirr`
512

613
## [0.0.3] - 2021-03-23
714

815
### Added
9-
* Implement Finance::Calculations#irr using Newton's method
16+
* Implement `Finance::Calculations#irr` using Newton's method
1017

1118
## [0.0.2] - 2021-03-22
1219

lib/finance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Finance
4-
VERSION = "0.0.4"
4+
VERSION = "0.1.0"
55
end

0 commit comments

Comments
 (0)