Skip to content

Commit

Permalink
cutting release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Jul 16, 2022
1 parent a4fc0aa commit f2ffced
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:

on:
push:
branches: [main]
tags:
- "*"

Expand Down
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.3 (2022-04-29)
## v0.2.4 (2022-04-29)

* 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.3"}
{:human_name, "~> 0.2.4"}
]
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.3"
@version "0.2.4"
@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.

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

Expand Down

0 comments on commit f2ffced

Please sign in to comment.