Skip to content

Commit

Permalink
updated human_name rust package
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Jul 21, 2022
1 parent f2ffced commit cb2627d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 25.0.2
erlang 25.0.3
elixir 1.13.4-otp-25
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v0.2.4 (2022-04-29)
## v0.2.5 (2022-07-21)

* Updated `human_name` crate to v1.3.2.

## v0.2.4 (2022-07-16)

* Updated `human_name` crate to v1.2.1.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This package can be installed by adding `human_name` to your list of dependencie
```elixir
def deps do
[
{:human_name, "~> 0.2.4"}
{:human_name, "~> 0.2.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HumanName.MixProject do
use Mix.Project

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

Expand Down
11 changes: 9 additions & 2 deletions native/human_name_nif/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/human_name_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ crate-type = ["cdylib"]

[dependencies]
rustler = "0.25.0"
human_name = "1.2.1"
human_name = "1.3.2"

0 comments on commit cb2627d

Please sign in to comment.