# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added ### Changed ### Removed ## [0.1.2] - 2024-07-24 ### Added - A changelog! - More helpful README (hopefully?) ## [0.1.1] - 2024-07-24 ### Added - Adds automatic GitHub releases (incl. binary generation) with cargo-dist (which was technically in 0.1.0, but was broken). ## [0.1.0] - 2024-07-24 Initial release. [Unreleased]: https://github.com/jonhoo/udp-over-tcp/compare/v1.1.2...HEAD [0.1.2]: https://github.com/jonhoo/udp-over-tcp/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jonhoo/udp-over-tcp/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jonhoo/udp-over-tcp/releases/tag/v0.1.0