Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
 - bump version,
 - update changelog.
  • Loading branch information
szymon-jez committed Apr 18, 2023
1 parent c4a21bb commit 63b8314
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project aims to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2023-04-18

Require Elixir v1.10+.

### Changed
Expand All @@ -17,4 +22,5 @@ Require Elixir v1.10+.
- Changed `sweet_xml` version requirement to `~> 0.7`

[unreleased]: https://github.com/ex-phone-number/ex_phone_number/compare/v0.3.0...HEAD
[0.4.0]: https://github.com/ex-phone-number/ex_phone_number/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ex-phone-number/ex_phone_number/compare/v0.2.1...v0.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `:ex_phone_number` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_phone_number, "~> 0.3"}
{:ex_phone_number, "~> 0.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExPhoneNumber.Mixfile do
use Mix.Project

@source_url "https://github.com/ex-phone-number/ex_phone_number"
@version "0.3.0"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 63b8314

Please sign in to comment.