Skip to content

Commit 4869d7f

Browse files
committed
Version 3.1.0 release
1 parent 0e071df commit 4869d7f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## v3.1.0 - 2023-08-10
10+
11+
### Features
12+
13+
- Now supporting `elixir>=1.13`
14+
- Now using `slugify` instead of `slugger`
15+
16+
917
## v3.0.0 - 2021-09-12
1018

1119
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for more information.
2020
```elixir
2121
def deps do
2222
[
23-
{:ecto_autoslug_field, "~> 3.0"}
23+
{:ecto_autoslug_field, "~> 3.1"}
2424
]
2525
end
2626
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoAutoslugField.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/sobolevn/ecto_autoslug_field"
5-
@version "3.0.0"
5+
@version "3.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)