Skip to content

Commit

Permalink
chore: releasing version 1.1.3 (#1250)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Hsu <[email protected]>
  • Loading branch information
themantre and ambersun1234 authored Apr 25, 2024
1 parent fe6808c commit ea4c9b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

########################################
build-gui-macos:
runs-on: macos-latest
runs-on: macos-12
env:
PREFIX: /usr/local

Expand Down Expand Up @@ -135,16 +135,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

########################################
## Follow these steps to release macOS ARM:
##
## 1- Login to server using VNC (Read the related issue: https://stackoverflow.com/a/9706088)
## 2- Login to the server using SSH
## 3- Install Homebrew: https://brew.sh/ and add `brew` to PATH
## 4- Add self-runner: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
## 5- Run the action
##
build-gui-macos-arm:
runs-on: self-hosted
runs-on: macos-14
env:
# In M1 `/usr/local` moved to `/opt/homebrew`.
# More info: https://earthly.dev/blog/homebrew-on-m1/
Expand Down
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Changelog

## [1.1.3](https://github.com/pactus-project/pactus/compare/v1.1.2...v1.1.3) (2024-04-24)

### Fix

- **network**: disconnect from peers that has no protocol ([#1243](https://github.com/pactus-project/pactus/pull/1243))

## [1.1.2](https://github.com/pactus-project/pactus/compare/v1.1.1...v1.1.2) (2024-04-23)
## [1.1.3](https://github.com/pactus-project/pactus/compare/v1.1.2...v1.1.3) (2024-04-25)

### Feat

Expand All @@ -16,6 +10,8 @@
### Fix

- **wallet**: saving wallet file after generating new address in gRPC ([#1236](https://github.com/pactus-project/pactus/pull/1236))
- **network**: disconnect from peers that has no protocol ([#1243](https://github.com/pactus-project/pactus/pull/1243))


## [1.1.1](https://github.com/pactus-project/pactus/compare/v1.1.0...v1.1.1) (2024-04-18)

Expand Down

0 comments on commit ea4c9b5

Please sign in to comment.