Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Nov 14, 2015
2 parents daeba22 + 985c49d commit bceb21e
Show file tree
Hide file tree
Showing 14 changed files with 214 additions and 434 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.1
1. [[MNY-19](https://github.com/danthorpe/Money/pull/19)]: Fixes a bunch of miscellaneous spelling mistakes in the README and code documentation.
2. [[MNY-20](https://github.com/danthorpe/Money/pull/20)]: Fixes a mistake where DVR which is only needed for the test suit was not in a private Cartfile. Also switches to the official @venmo DVR after recent merges in their project. Thanks to @dasmer for this.

# 1.2.0
1. [[MNY-18](https://github.com/danthorpe/Money/pull/18)]: Adds Bitcoin currency types and support for % commission with FX.
* Creates `BTC` and `XBT` types.
Expand Down
1 change: 0 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github "danthorpe/ValueCoding"
github "antitypical/Result" >= 0.6
github "SwiftyJSON/SwiftyJSON"
github "danthorpe/DVR" "DVR_27_restore_print_and_abort"
1 change: 1 addition & 0 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "venmo/DVR" ~> 0.1.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "danthorpe/DVR" "f0195d81d27a7d7633bd8c89ac7baa986fe8a21f"
github "venmo/DVR" "v0.1.4"
github "antitypical/Result" "0.6.0-beta.6"
github "SwiftyJSON/SwiftyJSON" "2.3.1"
github "danthorpe/ValueCoding" "1.1.0"
2 changes: 1 addition & 1 deletion Money.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Money"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "Swift types for working with Money."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Money.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "echo \"Will generate currency types using: $SCRIPT_INPUT_FILE_0\"\n\"$SCRIPT_INPUT_FILE_0\" \"$SCRIPT_OUTPUT_FILE_0\"\necho \"Generate complete\"\n\n\n\n\n";
shellScript = "\"$SCRIPT_INPUT_FILE_0\" \"$SCRIPT_OUTPUT_FILE_0\"\n\n\n\n\n";
};
65D305641BE955AE0032D99F /* Carthage Copy Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
Loading

0 comments on commit bceb21e

Please sign in to comment.