Skip to content

Commit 5e8b234

Browse files
committed
Release 0.10.3
1 parent 6c90c21 commit 5e8b234

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: appup.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# See the appup cookbook for instructions:
22
# https://www.erlang.org/doc/design_principles/appup_cookbook.html
33
{
4-
~c"0.10.2",
4+
~c"0.10.3",
55
[
66
# Upgrade instructions
7+
{~c"0.10.2", [{:update, Nostrum.Api.Ratelimiter, {:advanced, []}}]},
78
{~c"0.10.1", [{:update, Nostrum.Api.Ratelimiter, {:advanced, []}}]},
89
{~c"0.10.0", [{:restart_application, :nostrum}]},
910
{~c"0.9.1", [{:restart_application, :nostrum}]},

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Nostrum.Mixfile do
77
app: :nostrum,
88
appup: "appup.ex",
99
compilers: Mix.compilers() ++ [:appup],
10-
version: "0.10.2",
10+
version: "0.10.3",
1111
elixir: "~> 1.14",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
build_embedded: Mix.env() == :prod,

0 commit comments

Comments
 (0)