We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a40653f + b9559c3 commit b05c8e3Copy full SHA for b05c8e3
CHANGELOG.md
@@ -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
8
## [0.0.4] - 2021-03-25
9
10
### Added
-* Implement Finance::Calculations#mirr
11
+* Implement `Finance::Calculations#mirr`
12
13
## [0.0.3] - 2021-03-23
14
15
-* Implement Finance::Calculations#irr using Newton's method
16
+* Implement `Finance::Calculations#irr` using Newton's method
17
18
## [0.0.2] - 2021-03-22
19
lib/finance/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Finance
- VERSION = "0.0.4"
+ VERSION = "0.1.0"
end
0 commit comments