Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tochicool committed Jul 31, 2022
1 parent ca1399b commit 3372ef0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2022-07-31

### Fixed

- Target funds estimation after first cron period
- Overflow of very large thread delays

## [2.0.0] - 2022-07-30

### Changed

- Reworked design
- Updated to support Coinbase API breaking change removing `max_market_funds` fields [2022-JUN-30](https://docs.cloud.coinbase.com/exchange/docs/changelog#2022-jun-30)
- Updated to support Coinbase API breaking change removing `max_market_funds` fields [2022-JUN-30](https://docs.cloud.coinbase.com/exchange/docs/changelog#2022-jun-30)

## [0.1.0.0] - 2020-02-22

### Added

- Initial project release.

[unreleased]: https://github.com/tochicool/bitcoin-dca/compare/v2.0.0...HEAD
[0.1.0.0]: https://github.com/tochicool/bitcoin-dca/releases/tag/v0.1.0.0
[unreleased]: https://github.com/tochicool/bitcoin-dca/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/tochicool/bitcoin-dca/releases/tag/v2.0.1
[2.0.0]: https://github.com/tochicool/bitcoin-dca/releases/tag/v2.0.0
[0.1.0.0]: https://github.com/tochicool/bitcoin-dca/releases/tag/v0.1.0.0
2 changes: 1 addition & 1 deletion bitcoin-dca.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: bitcoin-dca
version: 0.2.0.0
version: 0.2.0.1
synopsis: Automate dollar cost averaging on exchanges
description: Please see the README on GitHub at <https://github.com/tochicool/bitcoin-dca#readme>
category: Finance, Web
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitcoin-dca
version: 0.2.0.0
version: 0.2.0.1
github: "tochicool/bitcoin-dca"
license: BSD3
author: "Tochi Obudulu"
Expand Down

0 comments on commit 3372ef0

Please sign in to comment.