Skip to content

basalt/v0.11.1

Choose a tag to compare

@erikjuhani erikjuhani released this 08 Dec 20:43
· 686 commits to main since this release
8facc35

0.11.1 (Dec, 08 2025)

Fixed

  • 63b5e9f Use basalt-core 0.6.3 version in basalt

basalt-core 0.6.3 fixes vault json deserializer for ts field and sets
it as optional. It was previously set as required. If the ts field was
missing it would crash basalt.

New Contributors