Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Dec 10, 2022
1 parent 6e5e27a commit 19a83a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.3.0](https://github.com/cabol/erlbus/tree/v0.3.0) (2022-12-10)

[Full Changelog](https://github.com/cabol/erlbus/compare/v0.2.2...v0.3.0)

**Closed issues:**

- Compatibility with OTP 24
[#41](https://github.com/cabol/erlbus/issues/41)
- Compatibility with OTP 25
[#42](https://github.com/cabol/erlbus/issues/42)

**Implemented enhancements:**

- Overall fixes, updates, and improvements.

## [v0.2.2](https://github.com/cabol/erlbus/tree/v0.2.2) (2018-11-13)

[Full Changelog](https://github.com/cabol/erlbus/compare/v0.2.1...v0.2.2)
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.md
@@ -0,0 +1,5 @@
# Steps for publishing new version

1. Update version in `src/ebus.app.src`
2. Run `rebar3 hex publish` (requires https://hexdocs.pm/rebar3_hex)
3. Run `rebar3 hex publish docs` (requires https://hexdocs.pm/rebar3_ex_doc)
3 changes: 2 additions & 1 deletion src/ebus.app.src
@@ -1,6 +1,6 @@
{application, ebus, [
{description, "Simple, Distributed and Scalable PubSub Message Bus written in Erlang"},
{vsn, "0.2.2"},
{vsn, "0.3.0"},
{id, "ebus"},
{modules, []},
{registered, []},
Expand All @@ -10,6 +10,7 @@
{maintainers, ["Carlos Andres Bolanos"]},
{licenses, ["MIT"]},
{build_tools, ["rebar3", "make"]},
{doc, "doc"},
{pkg_name, "erlbus"},
{links, [
{"GitHub", "https://github.com/cabol/erlbus"},
Expand Down

0 comments on commit 19a83a1

Please sign in to comment.