Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: poteto-go/poteto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: poteto-go/poteto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 9, 2025

  1. REL: prepare -> 1.1.0

    poteto0 committed Jan 9, 2025
    Copy the full SHA
    ae057a6 View commit details
  2. Merge pull request #185 from poteto-go/20250109/rel

    REL: prepare -> 1.1.0
    poteto0 authored Jan 9, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3bc8884 View commit details
Showing with 19 additions and 0 deletions.
  1. +10 −0 CHANGELOG.md
  2. +9 −0 README.md
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 1.x.x

## 1.1.X

### 1.1.0

- DOC: on poteto-cli docker by @poteto0 in #185
- [potet-cli] REF: prepare docker image by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/6
- [potet-cli] BUG: fix wrong dependency by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/6
- [potet-cli] BUG: fix version by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/6
- [potet-cli] CHANGE: template by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/6

## 1.0.x

### 1.0.1
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,15 @@ You can start hot-reload poteto app.
go install github.com/poteto-go/poteto-cli/cmd/poteto-cli@latest
```

OR build from docker image

https://hub.docker.com/repository/docker/poteto17/poteto-go/general

```sh
docker pull poteto17/poteto-go
docker -it --rm poteto17/poteto-go:1.23 bash
```

detail on:

https://github.com/poteto-go/poteto-cli