Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Jun 2, 2023
1 parent 4bf8b10 commit 896b615
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-06-02

### Changed

- Switched over to using Elixir's built in `Port` module as opposed to `:erl_exec`

## [0.2.0] - 2023-05-09

### Fixed

- Release was not packaging artifacts properly

## [0.1.0] - 2023-05-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"skip_files": ["test/"],
"minimum_coverage": 75
"minimum_coverage": 65
}

0 comments on commit 896b615

Please sign in to comment.