Skip to content

Commit

Permalink
chore: bump hermes binary to v1.10.5 (#152)
Browse files Browse the repository at this point in the history
* bump hermes binary

* add changelog
  • Loading branch information
Pantani authored Jan 15, 2025
1 parent 9b0ec4b commit d5120a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions hermes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

## [`v0.2.5`](https://github.com/ignite/apps/releases/tag/hermes/v0.2.5)

* [#111](https://github.com/ignite/apps/pull/111) Use default extensions commands instead of cobra commands
* [#152](https://github.com/ignite/apps/pull/152) Bump hermes binary to `v1.10.5`

## [`v0.2.4`](https://github.com/ignite/apps/releases/tag/hermes/v0.2.4)

Expand Down
2 changes: 1 addition & 1 deletion hermes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gookit/color v1.5.4
github.com/hashicorp/go-plugin v1.6.1
github.com/ignite/cli/v28 v28.5.3
github.com/ignite/ignite-files/hermes v1.10.3
github.com/ignite/ignite-files/hermes v1.10.5
github.com/manifoldco/promptui v0.9.0
github.com/pelletier/go-toml/v2 v2.2.2
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions hermes/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ignite/cli/v28 v28.5.3 h1:UHB/Ds9Yw5Oqrh+WdS92z2PEoQuMDTid+M86cVpy6uQ=
github.com/ignite/cli/v28 v28.5.3/go.mod h1:TXv/JEkao4H0wrM8r3VHasIndPV9+yJLdDo4IYRbPis=
github.com/ignite/ignite-files/hermes v1.10.3 h1:XSrJmR+N1eN+Sxu/dxevxwbZ6P9+05rryJyLX3YxA5k=
github.com/ignite/ignite-files/hermes v1.10.3/go.mod h1:gEV6t8um6pTNR8A49C7gyXTUjQJdHx50AhpcSij9KN0=
github.com/ignite/ignite-files/hermes v1.10.5 h1:HI1qZtECi5QABNVO6UPlh73oyvoDuAaw7EzZnWkt17o=
github.com/ignite/ignite-files/hermes v1.10.5/go.mod h1:gEV6t8um6pTNR8A49C7gyXTUjQJdHx50AhpcSij9KN0=
github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
github.com/improbable-eng/grpc-web v0.15.0 h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ=
Expand Down

0 comments on commit d5120a7

Please sign in to comment.