Skip to content

Commit cb2627d

Browse files
committed
updated human_name rust package
1 parent f2ffced commit cb2627d

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 25.0.2
1+
erlang 25.0.3
22
elixir 1.13.4-otp-25

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## v0.2.4 (2022-04-29)
3+
## v0.2.5 (2022-07-21)
4+
5+
* Updated `human_name` crate to v1.3.2.
6+
7+
## v0.2.4 (2022-07-16)
48

59
* Updated `human_name` crate to v1.2.1.
610

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This package can be installed by adding `human_name` to your list of dependencie
1515
```elixir
1616
def deps do
1717
[
18-
{:human_name, "~> 0.2.4"}
18+
{:human_name, "~> 0.2.5"}
1919
]
2020
end
2121
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HumanName.MixProject do
22
use Mix.Project
33

4-
@version "0.2.4"
4+
@version "0.2.5"
55
@description "Elixir bindings for the human-name crate implemented as a safe Rust NIF."
66
@repo_url "https://github.com/amokan/human_name"
77

native/human_name_nif/Cargo.lock

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/human_name_nif/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
rustler = "0.25.0"
14-
human_name = "1.2.1"
14+
human_name = "1.3.2"

0 commit comments

Comments
 (0)