File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ v0.4.7] ( https://github.com/livebook-dev/pythonx/tree/v0.4.7 ) (2025-08-08)
8
+
9
+ ### Added
10
+
11
+ - Configuration option to specify the uv version ([ #30 ] ( https://github.com/livebook-dev/pythonx/pull/30 ) )
12
+
13
+ ### Changed
14
+
15
+ - Default uv version to 0.8.5 ([ #30 ] ( https://github.com/livebook-dev/pythonx/pull/30 ) )
16
+
7
17
## [ v0.4.6] ( https://github.com/livebook-dev/pythonx/tree/v0.4.6 ) (2025-08-05)
8
18
9
19
### Changed
Original file line number Diff line number Diff line change 5
5
defmodule Pythonx.MixProject do
6
6
use Mix.Project
7
7
8
- @ version "0.4.7-dev "
8
+ @ version "0.4.7"
9
9
@ description "Python interpreter embedded in Elixir"
10
10
@ github_url "https://github.com/livebook-dev/pythonx"
11
11
You can’t perform that action at this time.
0 commit comments