Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.2.6 #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- tagpr
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [v0.2.6](https://github.com/route06/aws-cost-cli/commits/v0.2.6) - 2024-06-19
- Specify 'ROUTE06, Inc.' as an author of this forked version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/10
- Abolish PR template which does not fit our operation by @Rindrics in https://github.com/route06/aws-cost-cli/pull/11
- Enable testing by 'jest' on CI by @Rindrics in https://github.com/route06/aws-cost-cli/pull/12
- Introduce 'tagpr' to automate bumping semantic version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/13
- Introduce linter and formatter to the project by @Rindrics in https://github.com/route06/aws-cost-cli/pull/15
- Enable use case with RBAC to improve security by @Rindrics in https://github.com/route06/aws-cost-cli/pull/16
- Add function to get cost info of specific account under an organization by @Rindrics in https://github.com/route06/aws-cost-cli/pull/20
- Correct cost aggregation logic to resolve diff in monthly cost by @Rindrics in https://github.com/route06/aws-cost-cli/pull/21
- Allow users to choose aggregation unit for `Breakdown by service` by @Rindrics in https://github.com/route06/aws-cost-cli/pull/22
- Resolve runtime error due to fails in loading ESmodules by @Rindrics in https://github.com/route06/aws-cost-cli/pull/25