Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jul 6, 2023
1 parent f31ddaf commit af224ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 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.1-dev"
@version "0.6.1"
@dev? String.ends_with?(@version, "-dev")
@force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]

Expand Down

0 comments on commit af224ed

Please sign in to comment.