We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da111a commit 25517aaCopy full SHA for 25517aa
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.6](https://github.com/livebook-dev/pythonx/tree/v0.4.6) (2025-08-05)
8
+
9
+### Changed
10
11
+- Lower runtime glibc version requirement ([#29](https://github.com/livebook-dev/pythonx/pull/29))
12
13
## [v0.4.5](https://github.com/livebook-dev/pythonx/tree/v0.4.5) (2025-07-29)
14
15
### Changed
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.6-dev"
+ @version "0.4.6"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments