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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
## [v0.1.3] - 2024-02-10
10
+
## [v.0.2.0] - 2025-02-13
11
+
12
+
### Changed
13
+
- The way precompiled binaries are downloaded from Github releases.
14
+
15
+
## [v0.1.3] - 2025-02-10
11
16
12
17
### Fixed
13
18
14
19
- Includes the native source code in the hex release if folks want to build rust backend locally (can be done by setting `EXSTATIC_BUILD=true`
15
20
16
21
17
-
## [v0.1.2] - 2024-02-08
22
+
## [v0.1.2] - 2025-02-08
18
23
19
24
### Fixed
20
25
21
26
-**Enabled authenticated downloads from the Exstatic repo:**
22
27
- Exstatic is a private, direct public URLs are not an option. In v0.1.2 we implement GitHub's private asset download flow, for retrieving the NIF binaries.
23
28
- Users must provide a Github Personal Access Token (PAT) (in `EXSTATIC_GITHUB_TOKEN` env var) with sufficient priveleges to download precompiled binaries.
24
29
25
-
## [v0.1.1] - 2024-02-07
30
+
## [v0.1.1] - 2025-02-07
26
31
27
32
### Added
28
33
@@ -40,12 +45,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
45
- PRs that modify native code or the `release.yml` file.
41
46
- Uploads precompiled NIFs to GitHub Releases when a tag is pushed.
42
47
43
-
## [v0.1.0] - 2024-02-07
48
+
## [v0.1.0] - 2025-02-07
44
49
45
50
### Added
46
51
Initial Release: Introduced Exstatic, a statistical distribution library for Elixir with native Rust implementations.
0 commit comments