Skip to content

Commit 5a89276

Browse files
committed
bump version to v0.9.0 + Changelog
1 parent fe9c996 commit 5a89276

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## CHANGELOG
2+
3+
v0.9.0:
4+
- underscore replaces now hyphens (https://github.com/ruby2elixir/atomic_map/pull/5 + https://github.com/ruby2elixir/atomic_map/pull/6)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AtomicMap.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.0"
4+
@version "0.9.0"
55
def project do
66
[app: :atomic_map,
77
version: @version,

0 commit comments

Comments
 (0)