Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.1 #681

Merged
merged 7 commits into from
Feb 18, 2021
Merged

Release v0.1.1 #681

merged 7 commits into from
Feb 18, 2021

Conversation

adizere
Copy link
Member

@adizere adizere commented Feb 17, 2021

Closes: #680 (release-tracking issue)
Closes: #677 (adds binary to releases)

For issue #672 (fix cargo install problem): we will fix this in a subsequent PR by choosing among these two solutions:

  • the .lock file
  • or github binaries (or both)

Description

See the issue description for more details.

  • Added binary release workflow.
  • Bumped version.
  • Upd changelog.
  • Add Cargo.lock for the ibc-relayer-cli crate.
  • Mention the --locked flag in the Hermes guide?

For contributor use:

  • Updated the Unreleased section of CHANGELOG.md with the issue.
  • If applicable: Unit tests written, added test to CI.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Updated relevant documentation (docs/) and code comments.
  • Re-reviewed Files changed in the Github PR explorer.

- Added binary release workflow.
- Bumped version.
- Upd changelog.
@codecov-io
Copy link

codecov-io commented Feb 18, 2021

Codecov Report

Merging #681 (fa6e219) into master (b1b37f5) will increase coverage by 31.3%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #681      +/-   ##
=========================================
+ Coverage    13.6%   45.0%   +31.3%     
=========================================
  Files          69     150      +81     
  Lines        3752    9905    +6153     
  Branches     1374       0    -1374     
=========================================
+ Hits          513    4459    +3946     
- Misses       2618    5446    +2828     
+ Partials      621       0     -621     
Impacted Files Coverage Δ
modules/src/address.rs 100.0% <ø> (ø)
...application/ics20_fungible_token_transfer/error.rs 0.0% <ø> (ø)
...ion/ics20_fungible_token_transfer/msgs/transfer.rs 0.0% <ø> (ø)
modules/src/events.rs 0.0% <ø> (ø)
modules/src/handler.rs 100.0% <ø> (ø)
modules/src/ics02_client/client_def.rs 48.3% <ø> (ø)
modules/src/ics02_client/client_type.rs 79.1% <ø> (+31.5%) ⬆️
modules/src/ics02_client/context.rs 100.0% <ø> (ø)
modules/src/ics02_client/error.rs 100.0% <ø> (ø)
modules/src/ics02_client/events.rs 15.7% <ø> (+15.7%) ⬆️
... and 255 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25c4da1...fa6e219. Read the comment docs.

@adizere adizere added this to the v0.1.1 milestone Feb 18, 2021
@adizere adizere merged commit 572f158 into master Feb 18, 2021
@adizere adizere deleted the adi/release_011 branch February 18, 2021 13:04
hu55a1n1 pushed a commit to hu55a1n1/hermes that referenced this pull request Sep 13, 2022
* Preparing for release v0.1.1

- Added binary release workflow.
- Bumped version.
- Upd changelog.

* Added lock file. Removed changelog from release workflow

* Specified archive format. Removed windows

* Added zip back. Added archive comment

* Removed workspace .lock file from .gitignore

* Updated GH release template to mention lock file

* Added the binary name explicitly in relayer-cli manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 0.1.1 Add hermes binary for macOS and Linux to releases
4 participants