Skip to content

Commit

Permalink
Wrapping version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Dec 18, 2017
1 parent e912aec commit 03b5f30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ChangeLog

## WIP Version


## 0.7.0
- Improving docs
- Updating DSl to Decouple Machinery from the struct itself - [Pull Request](https://github.com/joaomdmoura/machinery/pull/10)
- Adding support for automatic persistence - [Pull Request](https://github.com/joaomdmoura/machinery/pull/11)
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ and having guard clauses + callbacks for structs in general.
It also aims to have (when implemented with Phoenix) an optional
build-in GUI that will represent each resource's state.


## DISCLAMER

Machinery is under heavy development, so the README may not match the
released version, make sure you select the correct tag or the Docs for
the version you are using.


### Do you always need a process to be a state machine?
Yes? This is not your library. You might be better off with
another library or even `gen_statem` or `gen_fsm` from Erlang/OTP.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Machinery.Mixfile do
def project do
[
app: :machinery,
version: "0.4.1",
version: "0.7.0",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 03b5f30

Please sign in to comment.