File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
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+ 
713## [ v0.4.5] ( https://github.com/livebook-dev/pythonx/tree/v0.4.5 )  (2025-07-29) 
814
915### Changed  
Original file line number Diff line number Diff line change 55defmodule  Pythonx.MixProject  do 
66  use  Mix.Project 
77
8-   @ version  "0.4.6-dev " 
8+   @ version  "0.4.6" 
99  @ description  "Python interpreter embedded in Elixir" 
1010  @ github_url  "https://github.com/livebook-dev/pythonx" 
1111
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments