Skip to content

Commit 7068cb4

Browse files
committed
Release v0.4.10
1 parent 2cc6347 commit 7068cb4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
713
## [v0.4.9](https://github.com/livebook-dev/pythonx/tree/v0.4.9) (2026-03-06)
814

915
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55
defmodule Pythonx.MixProject do
66
use Mix.Project
77

8-
@version "0.4.10-dev"
8+
@version "0.4.10"
99
@description "Python interpreter embedded in Elixir"
1010
@github_url "https://github.com/livebook-dev/pythonx"
1111

0 commit comments

Comments
 (0)