v0.0.10

pydantic/montyv0.0.10Apr 9, 2026by samuelcolvin

AI Summary

This release introduces async support in Rust, filesystem mounting capabilities, and multi-module import support, along with various infrastructure improvements.

Key Highlights

  • Async in Rust implementation
  • Mounting filesystems support
  • Support multi-module import statements (`import a, b, c`)
  • Added README link to Go bindings
  • Introduced yamlfmt and zizmor security tools

New Features

  • Async in Rust
  • Filesystem mounting
  • Multi-module import statements

Full Release Notes

## What's Changed
* add README link to Go bindings by @ewhauser in https://github.com/pydantic/monty/pull/298
* Support multi-module import statements (`import a, b, c`) by @ilblackdragon in https://github.com/pydantic/monty/pull/296
* Async in rust by @samuelcolvin in https://github.com/pydantic/monty/pull/280
* make ui testing more efficient (via `cargo rustc --profile=check`) by @davidhewitt in https://github.com/pydantic/monty/pull/301
* deduplicate `Executor` and `ReplExecutor` types by @davidhewitt in https://github.com/pydantic/monty/pull/303
* Mounting filesystems by @samuelcolvin in https://github.com/pydantic/monty/pull/305
* Fix PGO and cross-arch CI builds failing on missing `typing_extensions` by @penberg in https://github.com/pydantic/monty/pull/308
* Introduce yamlfmt by @Viicos in https://github.com/pydantic/monty/pull/311
* Introduce zizmor by @Viicos in https://github.com/pydantic/monty/pull/312
* Fix input in CI by @Viicos in https://github.com/pydantic/monty/pull/313

## New Contributors
* @ewhauser made their first contribution in https://github.com/pydantic/monty/pull/298
* @ilblackdragon made their first contribution in https://github.com/pydantic/monty/pull/296
* @penberg made their first contribution in https://github.com/pydantic/monty/pull/308
* @Viicos made their first contribution in https://github.com/pydantic/monty/pull/311

**Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.9...v0.0.10