-
Notifications
You must be signed in to change notification settings - Fork 8
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 0.2.2 #20
Release 0.2.2 #20
Conversation
@ff137 Due to the renaming PR the main branch actually implements "did:webvh:0.4" which isn't really a thing. I think the method might need to be changed back to |
Oh my ... so, essentially I would need to revert #16? I think a good strategy is for the main branch to always be releasable, and a development branch to be used for work that is in progress. Hmm... so I think the simplest would be to create Sound good? I believe only an admin can create new branches. |
I've created a new 0.2.x branch from just before #16. I think it would be easier to do the release from there instead of un-merging and re-merging on the main branch. |
Awesome, that's even better. I'll rebase 👍 |
Makes askar version more permissive Signed-off-by: ff137 <[email protected]>
Cool - so I've just taken 0.2.x, and allowed any askar version >=0.3.2. Updated the lock file, and bumped the version in pyproject.toml to 0.2.2. |
Because the publishing ability for the did-tdw project was removed for this repo (switched over to the new project name) I had to publish the package manually, but it should be available now. |
This shouldn't have failed publishing to Even though The fail is odd. It says either the publisher wasn't setup right, (Even though it worked previously). Or there was an internal error with github or pypi.
Maybe we could try running the pypi publish action again or doing it manually? |
@jamshale It failed because it was publishing a new version of |
My way of asking for a quick patch release, please :-)
I know there is probably another release being planned after #19 is merged, but please in the meantime can we get a patch release, that allows for the latest askar version.
This will help untangle a dependency knot for our acapy fork (where we have to remove the didwebvh feature, in favour of having the latest askar, so we can use the pagination-ordering feature from openwallet-foundation/acapy#3173. This release is also a requirement to wrap up that PR)