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.14.1 #2148

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Release v0.14.1 #2148

merged 3 commits into from
Jan 23, 2024

Conversation

angrybayblade
Copy link
Contributor

Release summary

Version number: [e.g. 1.0.1]

Release details

Autonomy:

  • Pins aiohttp<4.0.0,>=3.8.5
  • Updates the deployment builder to use ledger identifier property in the keys.json to write the private key files in a deployment setup

Packages:

  • Ports multi-ledger support on termination skill from IEKIT

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side), from develop
  • I've updated the dependencies versions to the latest, wherever is possible.
  • Lint and unit tests pass locally (please run tests also manually, not only with tox)
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.md for this release
  • I bumped the version number in the __init__.py file.
  • I published the latest version on TestPyPI and checked that the following command work:
    pip install project-name==<version-number> --index-url https://test.pypi.org/simple --force --no-cache-dir --no-deps
  • After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
    command will work:
    pip install project-name-template==<version_number> --force --no-cache-dir --no-deps
  • After merging the PR, I'll tag the repo with v${VERSION_NUMVER} (e.g. v0.1.2)

Further comments

Write here any other comment about the release, if any.

@angrybayblade angrybayblade changed the base branch from main to feat/multikey-deployments January 23, 2024 11:37
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (726eee8) 94.53% compared to head (d4fa945) 94.53%.

Additional details and impacted files
@@                    Coverage Diff                     @@
##           feat/multikey-deployments    #2148   +/-   ##
==========================================================
  Coverage                      94.53%   94.53%           
==========================================================
  Files                            259      259           
  Lines                          15916    15916           
==========================================================
  Hits                           15046    15046           
  Misses                           870      870           
Flag Coverage Δ
unittests 94.53% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@angrybayblade angrybayblade merged commit 89e1c10 into feat/multikey-deployments Jan 23, 2024
27 checks passed
@DavidMinarsch DavidMinarsch deleted the release/v0.14.1 branch March 13, 2024 03:58
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.

2 participants