Skip to content
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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
**/.DS_Store
**/._.DS_Store

# Ignore idea
.idea
# Ignore IDE
.idea/
.vscode/
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
## [0.1.0](https://github.com/kubeopsskills/awsp/commits/)
# Change Logs

## [0.2.0]

### Bug Fixes
### Features

- :sparkles: Add new regions
- :sparkles: Upgrade dependencies

* **components:** :bug: correct Makefile state ([e0b1ec5](https://github.com/kubeopsskills/awsp/commit/e0b1ec5161a92ea0460c1a93188e8bd29d915cd3))
* **components:** :bug: fix issue process ([ba5b8f9](https://github.com/kubeopsskills/awsp/commit/ba5b8f9894d5fb45ebad0d05dcf18ba2b464edb9))
* **components:** :bug: fix process block language ([e1c0b96](https://github.com/kubeopsskills/awsp/commit/e1c0b963458b358b3404726c77af004938e7a446))
## [0.1.0](https://github.com/kubeopsskills/awsp/commits/)

### Bug Fixes

- **components:** :bug: correct Makefile state ([e0b1ec5](https://github.com/kubeopsskills/awsp/commit/e0b1ec5161a92ea0460c1a93188e8bd29d915cd3))
- **components:** :bug: fix issue process ([ba5b8f9](https://github.com/kubeopsskills/awsp/commit/ba5b8f9894d5fb45ebad0d05dcf18ba2b464edb9))
- **components:** :bug: fix process block language ([e1c0b96](https://github.com/kubeopsskills/awsp/commit/e1c0b963458b358b3404726c77af004938e7a446))

### Features

* :sparkles: selected display colour([ad0442c](https://github.com/kubeopsskills/awsp/commit/ad0442c54dbcddb67217b161ab382ab80680c2f4))
* :sparkles: add Makefile support basic Unix, MacOs, Window ([3967052](https://github.com/kubeopsskills/awsp/commit/3967052ab8eb46c41b75c99a0329148d0ca47bff))
* :sparkles: add subcommand version ([298473a](https://github.com/kubeopsskills/awsp/commit/298473a16761e6a043613bdaaa9c38b58a22e80e))

- :sparkles: selected display colour([ad0442c](https://github.com/kubeopsskills/awsp/commit/ad0442c54dbcddb67217b161ab382ab80680c2f4))
- :sparkles: add Makefile support basic Unix, MacOs, Window ([3967052](https://github.com/kubeopsskills/awsp/commit/3967052ab8eb46c41b75c99a0329148d0ca47bff))
- :sparkles: add subcommand version ([298473a](https://github.com/kubeopsskills/awsp/commit/298473a16761e6a043613bdaaa9c38b58a22e80e))

### Performance Improvements

* :zap: add test on libs ([bbd9ee4](https://github.com/kubeopsskills/awsp/commit/bbd9ee48305b0c9295a06f80cff8ea1577c714e8))
- :zap: add test on libs ([bbd9ee4](https://github.com/kubeopsskills/awsp/commit/bbd9ee48305b0c9295a06f80cff8ea1577c714e8))
Loading
Loading