Skip to content

Commit b35dc09

Browse files
committed
Release v0.4.7
1 parent d194440 commit b35dc09

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.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+
717
## [v0.4.6](https://github.com/livebook-dev/pythonx/tree/v0.4.6) (2025-08-05)
818

919
### Changed

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.7-dev"
8+
@version "0.4.7"
99
@description "Python interpreter embedded in Elixir"
1010
@github_url "https://github.com/livebook-dev/pythonx"
1111

0 commit comments

Comments
 (0)