# Changelog All notable changes to this project will be documented in this file. ## [0.9.0] - 2024-10-03 ### 🚀 Features - *(release)* Move to git cliff to generate the CHANGELOG.md - *(changelog)* Added test for the changes on the changelog ### 🐛 Bug Fixes - Fixing typo in README - Remove the deprecated keys in cargo deny deny.toml ### 📚 Documentation - Adds instructions when creating a PR ## [0.8.0] - 2024-07-03 ### 🚀 Features - Newer api add comment indirection. Early versions of the Rest API directly added comment information into the output: "comment": [ ] This has been changed to provide additional meta-information and the comments moved one level deeper: "comment": { "comments": [ ] } The change needs a version upgrade as the interfaces changes. fixes #63 ## [0.7.1] - 2023-07-23 ## [0.7.0] - 2023-07-20 ## [0.6.0] - 2023-03-20 ## [0.5.0] - 2023-03-20 ### 🚀 Features - Extend the result for board and add create sprint. Increased the next version to a major one. Solved the issues with semver check. Added function to create a sprint in a board. Support to get location information from boards. Signed-off-by: Ralf Anton Beier ## [0.4.0] - 2022-09-11 ### 🚀 Features - *(examples)* Setup examples to follow RUST_LOG for tracing level ### 📚 Documentation - *(auth)* Explicit that PAT are to be used as Credentials::Basic password ## [0.3.1] - 2022-07-01 ## [0.3.0] - 2022-06-30 ### 🚀 Features - Make things a bit more consistent and add a few methods ## [0.2.4] - 2018-07-22 ### 🐛 Bug Fixes - Fix some doc typos ## [0.2.3] - 2018-07-05 ### 🐛 Bug Fixes - Fix example in readme ## [0.2.2] - 2018-06-25 ## [0.2.1] - 2018-04-15 ### 🚀 Features - [feat] add comment - Merge pull request #16 from icepuma/master [feat] add comment ## [0.2.0] - 2017-09-21 ## [0.1.1] - 2016-12-04 ## [0.1.0] - 2016-12-02 ### 📚 Documentation - Docs and a bit of restructuring - Doc update