You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
Changelog for Nimjl. Date in format YYYY_MM_DD
2
2
3
-
Release v0.8.1 - 2024_03_23
3
+
Release v0.8.2 - 2024_03_27
4
4
===========================
5
5
* Repo moved to SciNim
6
6
* Added activate option in init to start-up Julia in a virtual environment
7
7
* Added Hook function at init to execute code : BEFORE jl_init() is called; AFTER jl_init() and Pkg.activate() is called but BEFORE Pkg.add calls and BEFORE the embedded code is passed through ``eval`` function.
8
8
* Order of update is now relevant
9
+
* Updated readme and examples
10
+
11
+
Release v0.8.1 - 2023_09_30
12
+
===========================
13
+
* Inexisting (nimble wasn't up to date when tagged)
0 commit comments