Skip to content

Commit

Permalink
Release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jun 28, 2024
1 parent de9b8c9 commit 39d77f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.10.3 (2024-06-28)

* Fix `hex_api_release:retirement_params/0` type spec.

## v0.10.2 (2024-06-12)

* Fix `hex_tarball:create_docs/1` type spec.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Add to `rebar.config`:

```erlang
{deps, [
{hex_core, "0.10.2"}
{hex_core, "0.10.3"}
]}
```

Expand All @@ -210,7 +210,7 @@ Add to `mix.exs`:
```elixir
defp deps do
[
{:hex_core, "~> 0.10.2"}
{:hex_core, "~> 0.10.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, hex_core, [
{description, "Reference implementation of Hex specifications"},
{vsn, "0.10.2"},
{vsn, "0.10.3"},
{registered, []},
{applications, [kernel, stdlib]},
{licenses, ["Apache-2.0"]},
Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.hrl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-define(HEX_CORE_VERSION, "0.10.2").
-define(HEX_CORE_VERSION, "0.10.3").

0 comments on commit 39d77f0

Please sign in to comment.