Skip to content

Commit

Permalink
Prepare release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Mar 26, 2021
1 parent 58f4417 commit 7afaad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Cuttlefish Change Log

## 3.1.0 (in development)
## Next version (in development)

No changes yet.

## 3.0.1 (Mar 26, 2021)

* Fix `$(< filename)` include directive parsing (#25).

## 3.0.0 (Mar 13, 2021)

### OTP Logger Instead of Lager
Expand Down Expand Up @@ -37,4 +41,4 @@ Cuttlefish is now compatible (builds, runs) with Erlang 24.
### Older Erlang Releases Support Dropped

Cuttlefish now supports Erlang 22 through 24. `2.6.0` was the last
release to support older Erlang versions, e.g. 18 or 19.
release to support older Erlang versions, e.g. 18 or 19.
2 changes: 1 addition & 1 deletion src/cuttlefish.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,cuttlefish,
[{description,"cuttlefish configuration abstraction"},
{vsn,"3.1.0"},
{vsn,"3.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
Expand Down

0 comments on commit 7afaad9

Please sign in to comment.