Skip to content

Commit 23cc754

Browse files
committed
Release 3.1.0
1 parent 56baab6 commit 23cc754

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.1.0
4+
5+
* Repository/package ownership transferred to @JustAman62
6+
* Remove Decimal library dependency. Thanks to Aaron Tavistock!.
7+
38
## 3.0.0
49

510
* Fixes deprecation warning by dropping support for Elixir <1.9.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule ProgressBar.Mixfile do
66
def project do
77
[
88
app: :progress_bar,
9-
version: "3.0.0",
9+
version: "3.1.0",
1010
elixir: "~> 1.9",
1111
build_embedded: Mix.env() == :prod,
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)