Skip to content

Commit 2fa6c86

Browse files
authored
Prepare release 0.5.0 (#185)
1 parent 5d446cc commit 2fa6c86

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/inaka/shotgun/tree/0.5.0) (2020-07-17)
4+
5+
[Full Changelog](https://github.com/inaka/shotgun/compare/0.4.1...0.5.0)
6+
7+
**Merged pull requests:**
8+
9+
- Migrate from gen\_fsm to gen\_statem [\#184](https://github.com/inaka/shotgun/pull/184) ([zurab-darkly](https://github.com/zurab-darkly))
10+
311
## [0.4.1](https://github.com/inaka/shotgun/tree/0.4.1) (2020-05-19)
412

513
[Full Changelog](https://github.com/inaka/shotgun/compare/0.4.0...0.4.1)
@@ -10,6 +18,7 @@
1018

1119
**Merged pull requests:**
1220

21+
- New minor release 0.4.1? [\#183](https://github.com/inaka/shotgun/pull/183) ([zurab-darkly](https://github.com/zurab-darkly))
1322
- Left trim optional spaces in event field values [\#182](https://github.com/inaka/shotgun/pull/182) ([zurab-darkly](https://github.com/zurab-darkly))
1423
- Improve things a bit to be compatible with new hex [\#181](https://github.com/inaka/shotgun/pull/181) ([elbrujohalcon](https://github.com/elbrujohalcon))
1524

src/shotgun.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
{description,
44
"better than just a gun"},
5-
{vsn, "0.4.1"},
5+
{vsn, "0.5.0"},
66
{applications,
77
[kernel,
88
stdlib,

0 commit comments

Comments
 (0)