diff --git a/CHANGELOG.md b/CHANGELOG.md index 681681b1e..e8b7f9f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.6.1] - 2023-07-06 + +### Fixed + +- Fix summarise without groups for lazy frames. + ## [v0.6.0] - 2023-07-05 ### Added @@ -523,7 +529,8 @@ properly compare floats. First release. -[Unreleased]: https://github.com/elixir-nx/explorer/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/elixir-nx/explorer/compare/v0.6.1...HEAD +[v0.6.1]: https://github.com/elixir-nx/explorer/compare/v0.6.0...v0.6.1 [v0.6.0]: https://github.com/elixir-nx/explorer/compare/v0.5.7...v0.6.0 [v0.5.7]: https://github.com/elixir-nx/explorer/compare/v0.5.6...v0.5.7 [v0.5.6]: https://github.com/elixir-nx/explorer/compare/v0.5.5...v0.5.6 diff --git a/mix.exs b/mix.exs index b35a6c26c..f36afd054 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Explorer.MixProject do use Mix.Project @source_url "https://github.com/elixir-nx/explorer" - @version "0.6.1-dev" + @version "0.6.1" @dev? String.ends_with?(@version, "-dev") @force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]