Skip to content

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 1, 2024
1 parent 76a6d40 commit 5d0c6e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.6.2

### Bug fixes and improvements

* Allow for version `~> 1.0` of the `hpax` dependency.

## v1.6.1

### Bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mint.MixProject do
use Mix.Project

@version "1.6.1"
@version "1.6.2"
@repo_url "https://github.com/elixir-mint/mint"

def project do
Expand Down Expand Up @@ -73,7 +73,7 @@ defmodule Mint.MixProject do
defp deps do
[
{:castore, "~> 0.1.0 or ~> 1.0", optional: true},
{:hpax, "~> 0.1.1 or ~> 0.2.0"},
{:hpax, "~> 0.1.1 or ~> 0.2.0 or ~> 1.0"},

# Dev/test dependencies
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 5d0c6e9

Please sign in to comment.