Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@ivansaul ivansaul released this 16 Dec 05:56

v0.4.0 (2024-12-16)

Documentation

  • docs: remove redundant poetry installation steps. (e23c8e7)

  • docs: improve installation instructions

Add recommended poetry installation instructions, provide detailed installation and upgrade steps using poetry and pip (e15d25c)

Feature

  • feat: add support for Windows AMD64 architecture
  • Add the "windows, amd64" mapping to the binary URLs, pointing to the
    x86_64-pc-windows-msvc.zip binary. This expands the supported Windows architectures.
  • This change resolves the error: [ERROR] Unsupported platform: windows amd64.

Thanks to @Isaac-opz for the contribution! (5dba1a3)

Unknown

  • Merge pull request #51 from ivansaul/refactor

docs: remove redundant poetry installation steps. (ead5a08)

  • Merge pull request #50 from ivansaul/refactor

docs: improve installation instructions (365c75c)