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 15, 2022
1 parent 12f6caa commit ac2fec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ 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.0] - 2022-04-15

### Added
- Be able to fetch subscriptions by id from the bus [#1](https://github.com/nebulab/omnes/pull/1).
- Use ad-hoc configuration system (and make Omnes zero-deps) [#2](https://github.com/nebulab/omnes/pull/2).
- Bind a publication context to subscriptions [#3](https://github.com/nebulab/omnes/pull/3).

## [0.1.0] - 2022-03-23

[Unreleased]: https://github.com/nebulab/omnes/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/nebulab/omnes/compare/v0.2.0...HEAD
[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.1.0"
VERSION = "0.2.0"
end

0 comments on commit ac2fec7

Please sign in to comment.