We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb46c5f commit 94cab72Copy full SHA for 94cab72
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.9](https://github.com/livebook-dev/pythonx/tree/v0.4.9) (2026-03-06)
8
+
9
+### Added
10
11
+- Added `:type`, `:value` and `:traceback` fields back to Pythonx.Error ([#47](https://github.com/livebook-dev/pythonx/pull/47))
12
13
## [v0.4.8](https://github.com/livebook-dev/pythonx/tree/v0.4.8) (2026-03-04)
14
15
### Added
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.9-dev"
+ @version "0.4.9"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments