All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.3 - 2026-02-06
- Fix RuboCop linting violation #12.
- Fix Style/RedundantConstantBase violations #7.
- Correct README example #8.
0.2.2 - 2022-05-03
- Support Ruby 2.5 & 2.6 #6.
0.2.1 - 2022-04-19
- Added
Omnes::Bus#clearfor autoloading #4.
- Fix re-adding autodiscovered subscriptions on subsequent calls #5.
0.2.0 - 2022-04-15
- Be able to fetch subscriptions by id from the bus #1.
- Use ad-hoc configuration system (and make Omnes zero-deps) #2.
- Bind a publication context to subscriptions #3.