This release implements major part of [M0 ("The First Public Release")](https://hyx.readthedocs.io/en/latest/roadmap/#m0-the-first-public-release).
Features
* ✨ 1 Retry component by roma-glushko in https://github.com/roma-glushko/hyx/pull/2
* ✨ 3 inited the timeout component by roma-glushko in https://github.com/roma-glushko/hyx/pull/4
* ✨ 5 Implemented bulkhead component based on semaphores by roma-glushko in https://github.com/roma-glushko/hyx/pull/6
* ✨ 14 Implemented fallback component by roma-glushko in https://github.com/roma-glushko/hyx/pull/17
* ✨ 15 Introduce a rate limiter by roma-glushko in https://github.com/roma-glushko/hyx/pull/25
* ✨ 15 token bucket ratelimiter by roma-glushko in https://github.com/roma-glushko/hyx/pull/29
* ✨ 7 consecutive circuit breaker by roma-glushko in https://github.com/roma-glushko/hyx/pull/10
* 🔧 27 Implementing jitters recommended by AWS research team by roma-glushko in https://github.com/roma-glushko/hyx/pull/35
* 📝 45 fallback, bulkhead and rate limiters docs by roma-glushko in https://github.com/roma-glushko/hyx/pull/49
Docs
* 📝 18 Configured Hyx docs bases on mkdocs by roma-glushko in https://github.com/roma-glushko/hyx/pull/19
* 📝 37 Inited the retry documentation by roma-glushko in https://github.com/roma-glushko/hyx/pull/39
* 📝 40 inited breaker docs by roma-glushko in https://github.com/roma-glushko/hyx/pull/47
* 📝 42 Timeout docs by roma-glushko in https://github.com/roma-glushko/hyx/pull/48
* 📝 28 Added the introduction page about resiliency engineering in microservice systems by roma-glushko in https://github.com/roma-glushko/hyx/pull/30
Others
* 👷♀️ 18: Customized the rtfd installation flow by roma-glushko in https://github.com/roma-glushko/hyx/pull/20
* 👷♀️ Configuring CI pipeline via Github Actions by roma-glushko in https://github.com/roma-glushko/hyx/pull/21
**Full Changelog**: https://github.com/roma-glushko/hyx/compare/0.0.1...0.0.2