File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v0.1.3] - 2024-02-10
11+
12+ ### Fixed
13+
14+ - 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+
16+
1017## [ v0.1.2] - 2024-02-08
1118
1219### Fixed
@@ -38,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3845### Added
3946Initial Release: Introduced Exstatic, a statistical distribution library for Elixir with native Rust implementations.
4047
41- [ Unreleased ] : https://github.com/Intellection/exstatic/compare/v0.1.2...HEAD
48+ [ Unreleased ] : https://github.com/Intellection/exstatic/compare/v0.1.3...HEAD
49+ [ v0.1.3 ] : https://github.com/Intellection/exstatic/compare/v0.1.3...v0.1.2
4250[ v0.1.2 ] : https://github.com/Intellection/exstatic/compare/v0.1.2...v0.1.1
4351[ v0.1.1 ] : https://github.com/Intellection/exstatic/compare/v0.1.1...v0.1.0
4452[ v0.1.0 ] : https://github.com/Intellection/exstatic/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Add `exstatic` to your list of dependencies in `mix.exs`:
4141``` elixir
4242def deps do
4343 [
44- {:exstatic , " ~> 0.1.2 " , organization: " zappi" }
44+ {:exstatic , " ~> 0.1.3 " , organization: " zappi" }
4545 ]
4646end
4747```
Original file line number Diff line number Diff line change 11defmodule Exstatic.MixProject do
22 use Mix.Project
33
4- @ version "0.1.2 "
4+ @ version "0.1.3 "
55 @ repo "Intellection/exstatic"
66 @ source_url "https://github.com/#{ @ repo } "
77
You can’t perform that action at this time.
0 commit comments