Skip to content

Commit

Permalink
Update changelog and package.json for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Fergason committed Feb 22, 2021
1 parent d2c0839 commit 9523d02
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2021-02-21
### Added
- A bar chart showing annual returns vs benchmark
- Ulcer index
- Pie chart under 'Portfolio' tab that shows the percent of time spent in each asset
- Support for multiple holdings in a single time period
- Transactions report showing all transactions
- Add suggested parameters drop-down for strategies

### Changed
- Reverse legend on monthly returns chart

### Fixed
- Error when displaying simulations with no drawdowns
- Additional error checking when benchmark is undefined

## [0.2.1] - 2021-02-15
### Fixed
- Parsing of dates from date widget
Expand Down Expand Up @@ -34,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Terms of Service
- Privacy Policy

[0.3.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.3.0
[0.2.1]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.2.1
[0.2.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.2.0
[0.1.0]: https://github.com/jdfergason/pv-frontend/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penny-vault",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 9523d02

Please sign in to comment.