Skip to content

Commit

Permalink
Release Alpha 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelTVMS committed Apr 10, 2023
1 parent 3b3d532 commit a88cf0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Copy data folder
run: cp -r data build/data

- name: Copy license
run: cp LICENSE build

- name: Install dependencies
run: dart pub get

Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0
## Alpha 0.9.0

- Initial version.
> **Note**
> This application is on a very early development phase.
- Able to interpret the eToro summary file.
- Able to group the transactions by type in Gains format.
- Generate a csv output file for each gain type.
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: broker_to_tax
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
description: A simple cli application that transforms information from brokers to the Portuguese tax information.
version: 0.9.0
repository: https://github.com/MiguelTVMS/broker_to_tax
issue_tracker: https://github.com/MiguelTVMS/broker_to_tax/issues

environment:
sdk: '>=2.19.5 <3.0.0'
sdk: ">=2.19.5 <3.0.0"

# dependencies:
# path: ^1.8.0
Expand Down

0 comments on commit a88cf0b

Please sign in to comment.