Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Oct 4, 2024
1 parent a42a9aa commit 00f7e58
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.2.0](https://github.com/bastean/godo/compare/v0.1.0...v0.2.0) (2024-10-04)

### Chores

- add goimports ([28595fe](https://github.com/bastean/godo/commit/28595fe0c0563245746bde6ada0b9a4da5c90185))
- **deps:** upgrade ([a511235](https://github.com/bastean/godo/commit/a5112358346b509f968038545445506f7d88a7d4))
- remove unused scripts ([a42a9aa](https://github.com/bastean/godo/commit/a42a9aaf1be4c082b04e635d0890731a3f7cdecc))

### New Features

- **cli:** add execution of remote tasks to exec ([3f86ea6](https://github.com/bastean/godo/commit/3f86ea63848f9bc84ac9e3817b8500240ab7d0e2))

### Refactors

- move logic from presentation to context ([2e634df](https://github.com/bastean/godo/commit/2e634dff1a43ea315235c6a2156a8627d491d9f8))

### Tests

- **infrastructure:** update remote address in resource ([a1f192d](https://github.com/bastean/godo/commit/a1f192d44820a6b869128998805b19946803f3ae))

## [0.1.0](https://github.com/bastean/godo/compare/v0.0.1-alpha.0...v0.1.0) (2024-09-16)

### Chores
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "godo",
"version": "0.1.0",
"version": "0.2.0",
"description": "GODO",
"author": "Bastean <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 00f7e58

Please sign in to comment.