Skip to content

Changelog

This page documents the notable changes to LeanInteract.

v0.10.5 (December 15, 2025)

Add support for Lean v4.26.0 and v4.27.0-rc1

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.10.4...v0.10.5

v0.10.4 (December 01, 2025)

  • Fix auto_build parameter for git and temporary projects
  • Make REPL build skippable
  • Print check_lake output for debugging (when verbose=True)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.10.3...v0.10.4

v0.10.3 (November 25, 2025)

Add support for Lean v4.24.1 and v4.25.2

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.10.2...v0.10.3

v0.10.2 (November 24, 2025)

Add support for Lean v4.26.0-rc2

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.10.1...v0.10.2

v0.10.1 (November 24, 2025)

Add support for Lean v4.26.0-rc1

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.10.0...v0.10.1

v0.10.0 (November 18, 2025)

  • Add ReplaySessionCache to replay commands, offering a more reliable alternative to PickleSessionCache. ReplaySessionCache is now the default in AutoLeanServer.
  • Make session caching thread-safe
  • Add support for Lean v4.25.1
  • Add multi-threading examples

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.9.3...v0.10.0

v0.9.3 (November 17, 2025)

Add support for Lean v4.25.0

v0.9.2 (October 22, 2025)

Add support for Lean v4.25.0-rc1 and v4.25.0-rc2.

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.9.1...v0.9.2

v0.9.1 (October 14, 2025)

Add support for Lean v4.24.0

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.9.0...v0.9.1

v0.9.0 (October 13, 2025)

What's Changed

New features:

A few fixes:

Add py.typed

Breaking changes:

  • Support for Lean v4.7.0 is dropped

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.8.3...v0.9.0

v0.8.3 (September 15, 2025)

Add support for Lean v4.23.0 and v4.24.0-rc1

v0.8.2 (August 15, 2025)

Add support for Lean v4.23.0-rc1 and v4.23.0-rc2

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.8.1...v0.8.2

v0.8.1 (August 14, 2025)

Add support for Lean v4.22.0

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.8.0...v0.8.1

v0.8.0 (July 24, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.7.0...v0.8.0

v0.7.0 (July 04, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.6.3...v0.7.0

v0.6.3 (July 01, 2025)

What's Changed

  • Add support for Lean v4.22.0-rc1 and v4.22.0-rc2

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.6.2...v0.6.3

v0.6.2 (June 30, 2025)

What's Changed

  • Add support for Lean v4.21.0

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.6.1...v0.6.2

v0.6.1 (June 24, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.6.0...v0.6.1

v0.6.0 (June 05, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.5.3...v0.6.0

v0.5.3 (May 18, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.5.2...v0.5.3

v0.5.2 (May 01, 2025)

Introduce compatibility with Lean v4.19.0

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.5.1...v0.5.2

v0.5.1 (April 30, 2025)

What's Changed

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.5.0...v0.5.1

v0.5.0 (April 21, 2025)

What's Changed

v0.4.1 (April 18, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.4.0...v0.4.1

v0.4.0 (April 11, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.3.3...v0.4.0

v0.3.3 (April 04, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.3.2...v0.3.3

v0.3.2 (April 03, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.3.1...v0.3.2

v0.3.1 (April 02, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.3.0...v0.3.1

v0.3.0 (April 02, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/compare/v0.2.0...v0.3.0

v0.2.0 (March 18, 2025)

Full Changelog: https://github.com/augustepoiroux/LeanInteract/commits/v0.2.0

Pre-release Development

For development history prior to the first release, please see the GitHub commit history.