Skip to content

Commit 103117a

Browse files
committed
update changelog
1 parent 9617409 commit 103117a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.1.2] - 2024-02-08
11+
12+
### Fixed
13+
14+
- **Enabled authenticated downloads from the Exstatic repo:**
15+
- 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.
16+
- Users must provide a Github Personal Access Token (PAT) (in `EXSTATIC_GITHUB_TOKEN` env var) with sufficient priveleges to download precompiled binaries.
17+
1018
## [v0.1.1] - 2024-02-07
1119

1220
### Added
@@ -30,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3038
### Added
3139
Initial Release: Introduced Exstatic, a statistical distribution library for Elixir with native Rust implementations.
3240

33-
[Unreleased]: https://github.com/Intellection/exstatic/compare/v0.1.1...HEAD
41+
[Unreleased]: https://github.com/Intellection/exstatic/compare/v0.1.2...HEAD
42+
[v0.1.2]: https://github.com/Intellection/exstatic/compare/v0.1.2...v0.1.1
3443
[v0.1.1]: https://github.com/Intellection/exstatic/compare/v0.1.1...v0.1.0
3544
[v0.1.0]: https://github.com/Intellection/exstatic/releases/tag/v0.1.0

0 commit comments

Comments
 (0)