# Changelog
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).
## [0.2.4] - 2024-09-01
### Fix
- A bit fix in docs
### Added
- distribute_publish/4 in PubSubx module.
## [0.2.3] - 2024-09-01
### Added
- Utils mod for distribute_publish
### Fix
- A bit fix in docs
## [0.2.2] - 2024-09-01
### Added
- Better descriptions for mix.exs
## [0.2.1] - 2024-09-01
### Added
- Registry options in start_link args
## [0.2.0] - 2024-09-01
### Changed
- PubSubx methods to specify pubsub process at first
### Added
- PubSubx.Auto mod for easier usage
- more docs
## [0.1.2] - 2024-09-01
### Added
- Comprehensive module documentation for `PubSubx`, including detailed explanations of functions and usage examples.
- A `README.md` with an overview of the project, installation instructions, usage examples, and contribution guidelines.
- A `CHANGELOG.md` to track changes to the project.
## [0.1.1] - 2022-12-02
### Added
- Initial implementation of the `PubSubx` library, providing basic publish-subscribe functionality.
- Core features:
- Topic subscription and unsubscription.
- Message publishing to topics.
- Listing of subscribers and topics.
- Automatic cleanup of subscriptions when processes terminate.