Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Apr 25, 2024
1 parent 3c52a5d commit 224f48b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/aeternity/aerepl-web/compare/v3.1.1...v4.0.0) (2024-04-24)


### ⚠ BREAKING CHANGES

* Compatibility with REPL's generic server interface

### Features

* Compatibility with REPL's generic server interface ([bfaf098](https://github.com/aeternity/aerepl-web/commit/bfaf098198016cd47ce44fbd5193111917e712cc))

## [3.1.1](https://github.com/aeternity/aerepl-web/compare/v3.1.0...v3.1.1) (2023-11-15)


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 AereplServer.MixProject do
def project do
[
app: :aerepl_web,
version: "3.2.1",
version: "4.0.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 224f48b

Please sign in to comment.