Skip to content

Commit bd38583

Browse files
authored
Merge pull request #10 from Intellection/bump
Bump: v0.1.3
2 parents 6523d45 + 5cf43f1 commit bd38583

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3946
Initial 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add `exstatic` to your list of dependencies in `mix.exs`:
4141
```elixir
4242
def deps do
4343
[
44-
{:exstatic, "~> 0.1.2", organization: "zappi"}
44+
{:exstatic, "~> 0.1.3", organization: "zappi"}
4545
]
4646
end
4747
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)