Conversation
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
joerick
left a comment
There was a problem hiding this comment.
Nice trick with object_pairs_hook! I'd like to get a quick release out with this, I expect more will hit the error as the Docker update rolls out.
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
I made a small tweak, I was going to add an underscore, then decided to just move it into a lambda to skip typing. Also matched the test to the actual output of Docker 29. |
|
Are you thinking minor, patch, or back ported patch? Here's a ChatGPT summary of the git log since 3.2.1. Lightly edited. 🚀 New Features
🐛 Fixes
🧹 Chores and Refactors
🧾 Documentation Updates
Overall: |
|
Thanks for that. Yeah, we're due a minor release, so I'm that way inclined - unless there's anything you'd like to get into the next feature release? edit: anything in the open PR queue, that is. |
|
Well, the uv building one is pretty close to passing, but to do it properly, I'll need to also make sure we handle multiple wheels being output, so I don't think it's that close. The uv iOS one requires changes in uv (possibly ones that have been just merged, but not in a release yet). So none close enough for me. There's also a Rust cross-compile PR that looks pretty simple, if @mhsmith approves of that, I think it could go in. |
|
thanks. putting the release together now. |
|
Released! |
|
Good, made the SchemaStore PR: SchemaStore/schemastore#5133 |
|
Thanks for the quick fix! 🍰 |
Lowering the case of the keys when reading the json file to support arbitrary
Api/APIchanges. Fix #2659.