Skip to content

Commit

Permalink
Release v0.5.4 with compilation/publication fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 9, 2023
1 parent fcb7f1d commit 0204356
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.5.4] - 2023-03-09

### Fixed

- Fix missing "README.md" file in the list of package files.
Our readme is now required in compilation, because it contains the moduledoc for
the main `Explorer` module.

## [v0.5.3] - 2023-03-08

### Added
Expand Down Expand Up @@ -374,7 +382,8 @@ properly compare floats.

First release.

[Unreleased]: https://github.com/elixir-nx/explorer/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/elixir-nx/explorer/compare/v0.5.4...HEAD
[v0.5.4]: https://github.com/elixir-nx/explorer/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/elixir-nx/explorer/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/elixir-nx/explorer/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/elixir-nx/explorer/compare/v0.5.0...v0.5.1
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Explorer.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/explorer"
@version "0.6.0-dev"
@version "0.5.4"
@dev? String.ends_with?(@version, "-dev")
@force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]

Expand Down Expand Up @@ -99,6 +99,7 @@ defmodule Explorer.MixProject do
"datasets",
"checksum-*.exs",
"mix.exs",
"README.md",
"LICENSE"
],
licenses: ["MIT"],
Expand Down

0 comments on commit 0204356

Please sign in to comment.