Skip to content

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Aug 1, 2022
1 parent c0a11dc commit 17755bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

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

Expand Down
2 changes: 1 addition & 1 deletion 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.6"
version = "0.3.0"
authors = []
edition = "2018"

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

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

0 comments on commit 17755bd

Please sign in to comment.