From d703615f7f45c2267cea3466450582b98a3ff9ea Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:14:28 +0000 Subject: [PATCH] Create v0.1.1 release --- changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8e967e9..0e0fb0d 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.1.1] - 2024-01-14 + +### Changed + +- Default client host url now points to a live instance of the server + +### Fixed + +- Short flag collision between help and histlen options + ## [0.1.0] - 2024-01-14 ### Added @@ -29,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Links -[unreleased]: https://github.com/supleed2/omg-rs/compare/v0.1.0...HEAD +[unreleased]: https://github.com/supleed2/omg-rs/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/supleed2/omg-rs/releases/tag/v0.1.1 [0.1.0]: https://github.com/supleed2/omg-rs/releases/tag/v0.1.0