Skip to content

Commit

Permalink
Bump version and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Apr 19, 2022
1 parent 43df11d commit 4bc4535
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.2.1] - 2022-04-19

### Added
- Added `Omnes::Bus#clear` for autoloading [#4](https://github.com/nebulab/omnes/pull/4).

### Changed
- Fix re-adding autodiscovered subscriptions on subsequent calls [#5](https://github.com/nebulab/omnes/pull/5).

## [0.2.0] - 2022-04-15

### Added
Expand All @@ -13,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2022-03-23

[Unreleased]: https://github.com/nebulab/omnes/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/nebulab/omnes/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/nebulab/omnes/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/nebulab/omnes/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/nebulab/omnes/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion lib/omnes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Omnes
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 4bc4535

Please sign in to comment.