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 Aug 1, 2022
1 parent 98a5ef2 commit c114328
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 74 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.6 (2022-08-01)

* Updated `human_name` crate to v1.4.1.

## v0.2.5 (2022-07-21)

* Updated `human_name` crate to v1.3.2.
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.5"}
{:human_name, "~> 0.2.6"}
]
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.5"
@version "0.2.6"
@description "Elixir bindings for the human-name crate implemented as a safe Rust NIF."
@repo_url "https://github.com/amokan/human_name"

Expand Down
131 changes: 61 additions & 70 deletions native/human_name_nif/Cargo.lock

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

4 changes: 2 additions & 2 deletions native/human_name_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "human_name_nif"
version = "0.2.4"
version = "0.2.6"
authors = []
edition = "2018"

Expand All @@ -11,4 +11,4 @@ crate-type = ["cdylib"]

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

0 comments on commit c114328

Please sign in to comment.