We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6347 commit 7068cb4Copy full SHA for 7068cb4
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [v0.4.10](https://github.com/livebook-dev/pythonx/tree/v0.4.10) (2026-05-18)
8
+
9
+### Added
10
11
+- Support for `:python` and `:native_tls` options in compile-time config ([#48](https://github.com/livebook-dev/pythonx/pull/48))
12
13
## [v0.4.9](https://github.com/livebook-dev/pythonx/tree/v0.4.9) (2026-03-06)
14
15
### Added
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.10-dev"
+ @version "0.4.10"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments