-
Notifications
You must be signed in to change notification settings - Fork 516
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
1.1.1rc0 #3372
1.1.1rc0 #3372
Conversation
Signed-off-by: Stephen Curran <[email protected]>
Waiting for a merge of #3371 before taking of draft. |
Signed-off-by: Stephen Curran <[email protected]>
@jamshale -- looks like we have a real fail here. Could you please investigate? I had thought it was a GitHub glitch -- I had another problem at the same time, so thought it might have been intermittent. Looks like it is in the special set of "pre-release" integration tests. |
All seems happy until this revocation test:
|
I think the test is likely to do with an anoncreds --> indy test in the expanded release test set that I didn't update. I'll look into it today. |
Signed-off-by: Stephen Curran <[email protected]>
Quality Gate passedIssues Measures |
anoncreds issuers now need to use the This would be a breaking change, although I don't now if anyone is actually using anoncreds in production yet. |
Is it OK to leave the Changelog as is for the RC0, and then adjust the wording for the official release? |
Ya sounds good. No problem. |
@@ -1,6 +1,6 @@ | |||
[tool.poetry] | |||
name = "acapy_agent" | |||
version = "1.1.0" | |||
version = "1.1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a heads up that this probably should've been 1.1.1rc0
. Seems now 1.1.1
is already written to pypi (only matters if there's gonna be a diff between rc0 and 1.1.1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Argghhhh…thanks for the heads up. We’ll have to decide what to do — likely go to 1.1.2, since that version is now burned.
Doh. Humans can be stoopid. Especially me.
Signed-off-by: Stephen Curran [email protected]