We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07752f commit 542c034Copy full SHA for 542c034
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.2](https://github.com/livebook-dev/pythonx/tree/v0.4.2) (2025-02-27)
8
+
9
+### Changed
10
11
+* `~PY` sigil to not reference undefined Elixir variables ([#12](https://github.com/livebook-dev/pythonx/pull/12))
12
13
## [v0.4.1](https://github.com/livebook-dev/pythonx/tree/v0.4.1) (2025-02-25)
14
15
### Fixed
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.4.2-dev"
+ @version "0.4.2"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments